changeset 14306:a8a0b10be4fb

[gaim-migrate @ 16996] I am still shooting in the dark, but this may fix Luke's crashes for real. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 05:16:40 +0000
parents fd46a9845fc2
children 7c91ba42b9ba
files console/gntnotify.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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