changeset 18326:36ac3285b092

Turns off 'allow_shrink' on conversation windows. Fixes #506
author Sean Egan <seanegan@gmail.com>
date Wed, 27 Jun 2007 23:00:43 +0000
parents bdae97863718
children f9551bdd54a6
files pidgin/gtkconv.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);