# HG changeset patch # User Stu Tomlinson # Date 1159715448 0 # Node ID 79c1c4fe497d32348d2f2600a96618bcc7aa6bc7 # Parent 70f68b34b311cf7563e0552b554331cd27eca59a [gaim-migrate @ 17414] Hide all widgets when closing a conversation window to hide the rapidly changing window title as each tab is destroyed committer: Tailor Script diff -r 70f68b34b311 -r 79c1c4fe497d gtk/gtkconv.c --- a/gtk/gtkconv.c Sun Oct 01 15:05:45 2006 +0000 +++ b/gtk/gtkconv.c Sun Oct 01 15:10:48 2006 +0000 @@ -7545,6 +7545,8 @@ if (win->dialogs.search) gtk_widget_destroy(win->dialogs.search); + gtk_widget_hide_all(win->window); + if (win->gtkconvs) { while (win->gtkconvs) { GList *nextgtk = win->gtkconvs->next;