summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer-reformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/textbuffer-reformat.c')
-rw-r--r--src/fe-text/textbuffer-reformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/textbuffer-reformat.c b/src/fe-text/textbuffer-reformat.c
index da75a5a8..62f17f0d 100644
--- a/src/fe-text/textbuffer-reformat.c
+++ b/src/fe-text/textbuffer-reformat.c
@@ -275,6 +275,6 @@ void textbuffer_reformat_deinit(void)
g_string_free(format, TRUE);
signal_remove("print format", (SIGNAL_FUNC) sig_print_format);
- signal_remove("print text finished", (SIGNAL_FUNC) sig_gui_printtext_finished);
+ signal_remove("gui print text finished", (SIGNAL_FUNC) sig_gui_printtext_finished);
signal_remove("setup changed", (SIGNAL_FUNC) read_settings);
}