From: <sa...@us...> - 2006-08-23 05:16:47
|
Revision: 16996 Author: sadrul Date: 2006-08-22 22:16:40 -0700 (Tue, 22 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16996&view=rev Log Message: ----------- I am still shooting in the dark, but this may fix Luke's crashes for real. Modified Paths: -------------- trunk/console/gntnotify.c Modified: trunk/console/gntnotify.c =================================================================== --- trunk/console/gntnotify.c 2006-08-23 05:10:08 UTC (rev 16995) +++ trunk/console/gntnotify.c 2006-08-23 05:16:40 UTC (rev 16996) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |