Mercurial > pidgin
changeset 14668:79c1c4fe497d
[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 <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 01 Oct 2006 15:10:48 +0000 |
parents | 70f68b34b311 |
children | 9d669dc232ad |
files | gtk/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;