changeset 21786:770c384b1803

Don't hide all widgets when destroying a window because then the hidden gtkconv won't have any visible widgets. I tried doing show_all in various places when re-showing the conversation but this caused problems by showing formatting toolbars when they're not wanted and things. Fixes #4243
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 05 Dec 2007 17:08:27 +0000
parents 3fdd39411e3e
children f595326da191
files pidgin/gtkconv.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Wed Dec 05 11:11:59 2007 +0000
+++ b/pidgin/gtkconv.c	Wed Dec 05 17:08:27 2007 +0000
@@ -9030,8 +9030,6 @@
 	if (win->dialogs.search)
 		gtk_widget_destroy(win->dialogs.search);
 
-	gtk_widget_hide_all(win->window);
-
 	if (win->gtkconvs) {
 		while (win->gtkconvs) {
 			gboolean last = (win->gtkconvs->next == NULL);