Merges from Irssi CVS.
[runtime.git] / apps / irssi / src / fe-text / textbuffer-reformat.c
index da75a5a80a527279fab29e906aff27da309448cd..62f17f0d0e4e97e6d30827f523510f82c05a1704 100644 (file)
@@ -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);
 }