# HG changeset patch # User Mark Doliner # Date 1068615843 0 # Node ID b4285106f39661401ae9889ee42745d7e6044351 # Parent 8126e7a422b0dca96013330b97b1cb5db33cf535 [gaim-migrate @ 8099] 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 diff -r 8126e7a422b0 -r b4285106f396 plugins/notify.c --- 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"));