Add the signal for printtext_after that was missed in the original commit.

Now properly sends "gui print text after finished" signal when using
the printtext_after API that was fixed after 0.8.16
This commit is contained in:
Ailin Nemui 2014-08-25 14:50:41 +02:00
commit 9f6c76b028
2 changed files with 2 additions and 0 deletions

View file

@ -333,6 +333,7 @@ gui-readline.c:
gui-printtext.c:
"beep"
"gui print text after finished", WINDOW_REC, LINE_REC *line, LINE_REC *prev_line
textbuffer-view.c
"gui textbuffer line removed", TEXTBUFFER_VIEW_REC *view, LINE_REC *line, LINE_REC *prev_line