# HG changeset patch # User Sadrul Habib Chowdhury # Date 1156310200 0 # Node ID a8a0b10be4fbd02934595c25e2f4fae371d1e551 # Parent fd46a9845fc2e93742050ac1a2c05927a69f8d5a [gaim-migrate @ 16996] I am still shooting in the dark, but this may fix Luke's crashes for real. committer: Tailor Script diff -r fd46a9845fc2 -r a8a0b10be4fb console/gntnotify.c --- a/console/gntnotify.c Wed Aug 23 05:10:08 2006 +0000 +++ b/console/gntnotify.c Wed Aug 23 05:16:40 2006 +0000 @@ -76,8 +76,8 @@ if (type == GAIM_NOTIFY_SEARCHRESULTS) gaim_notify_searchresults_free(g_object_get_data(handle, "notify-results")); -#if 0 - /* This does not seem to be necessary */ +#if 1 + /* This did not seem to be necessary */ g_signal_handlers_disconnect_by_func(G_OBJECT(widget), G_CALLBACK(notify_msg_window_destroy_cb), GINT_TO_POINTER(type)); #endif