Mercurial > pidgin.yaz
changeset 14923:589c4aaa0435
[gaim-migrate @ 17695]
Get rid of an assertion failure when quiting Gaim when hidden.
The docklet needs to be uninit before the blist
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 07 Nov 2006 07:21:27 +0000 |
parents | bad6e64c6405 |
children | 71c764f2b1a6 |
files | gtk/gtkmain.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkmain.c Tue Nov 07 07:13:34 2006 +0000 +++ b/gtk/gtkmain.c Tue Nov 07 07:21:27 2006 +0000 @@ -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();