From: <the...@us...> - 2006-11-07 07:21:39
|
Revision: 17695 http://svn.sourceforge.net/gaim/?rev=17695&view=rev Author: thekingant Date: 2006-11-06 23:21:27 -0800 (Mon, 06 Nov 2006) Log Message: ----------- Get rid of an assertion failure when quiting Gaim when hidden. The docklet needs to be uninit before the blist Modified Paths: -------------- trunk/gtk/gtkmain.c Modified: trunk/gtk/gtkmain.c =================================================================== --- trunk/gtk/gtkmain.c 2006-11-07 07:13:34 UTC (rev 17694) +++ trunk/gtk/gtkmain.c 2006-11-07 07:21:27 UTC (rev 17695) @@ -310,8 +310,8 @@ /* Uninit */ gaim_gtk_conversations_uninit(); gaim_gtk_status_uninit(); + gaim_gtk_docklet_uninit(); gaim_gtk_blist_uninit(); - gaim_gtk_docklet_uninit(); gaim_gtk_connection_uninit(); gaim_gtk_account_uninit(); gaim_gtk_xfers_uninit(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |