Wed, 27 Jun 2007 23:00:43 +0000
Turns off 'allow_shrink' on conversation windows. Fixes #506
| pidgin/gtkconv.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkconv.c Wed Jun 27 22:52:41 2007 +0000 +++ b/pidgin/gtkconv.c Wed Jun 27 23:00:43 2007 +0000 @@ -8237,7 +8237,6 @@ /* Create the window. */ win->window = pidgin_create_window(NULL, 0, "conversation", TRUE); - GTK_WINDOW(win->window)->allow_shrink = TRUE; if (available_list == NULL) { create_icon_lists(win->window);