im.pidgin.pidgin: 38cb8ea7055d8c059d560031c45e5a2eedd4b4b5
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Wed Dec 5 12:15:42 EST 2007
-----------------------------------------------------------------
Revision: 38cb8ea7055d8c059d560031c45e5a2eedd4b4b5
Ancestor: 020f19d581a60277c8cff99113f0c09b4d46d6bc
Author: nosnilmot at pidgin.im
Date: 2007-12-05T17:08:27
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkconv.c
ChangeLog:
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
-------------- next part --------------
============================================================
--- pidgin/gtkconv.c bf278893ad53b3afc1f75dc89bd3951f90a6429e
+++ pidgin/gtkconv.c 601d6fcf11491b28ce0382a9ce3a6f57a875f03d
@@ -9030,8 +9030,6 @@ pidgin_conv_window_destroy(PidginWindow
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);
More information about the Commits
mailing list