From: <nos...@us...> - 2006-10-01 15:10:54
|
Revision: 17414 http://svn.sourceforge.net/gaim/?rev=17414&view=rev Author: nosnilmot Date: 2006-10-01 08:10:48 -0700 (Sun, 01 Oct 2006) Log Message: ----------- Hide all widgets when closing a conversation window to hide the rapidly changing window title as each tab is destroyed Modified Paths: -------------- trunk/gtk/gtkconv.c Modified: trunk/gtk/gtkconv.c =================================================================== --- trunk/gtk/gtkconv.c 2006-10-01 15:05:45 UTC (rev 17413) +++ trunk/gtk/gtkconv.c 2006-10-01 15:10:48 UTC (rev 17414) @@ -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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |