diff plugins/notify.c @ 7486:b4285106f396

[gaim-migrate @ 8099] <deryni> oh KingAnt, around line 620 the "focus-out-event" signal connect, s/NULL/"method_string"/ should fix the notify-string-doesn't-save-on-change bug And it was good. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Nov 2003 05:44:03 +0000
parents bf630f7dfdcd
children d7b8eb1f0a18
line wrap: on
line diff
--- a/plugins/notify.c	Wed Nov 12 05:14:16 2003 +0000
+++ b/plugins/notify.c	Wed Nov 12 05:44:03 2003 +0000
@@ -618,7 +618,7 @@
 	g_signal_connect(G_OBJECT(toggle), "toggled",
 									 G_CALLBACK(method_toggle_cb), "method_string");
 	g_signal_connect(G_OBJECT(entry), "focus-out-event",
-									 G_CALLBACK(options_entry_cb), NULL);
+									 G_CALLBACK(options_entry_cb), "method_string");
 
 	/* Count method button */
 	toggle = gtk_check_button_new_with_mnemonic(_("Insert c_ount of new messages into window title"));