changeset 12634:8512c990967b

[gaim-migrate @ 14970] SF Patch #1388466 from Sadrul " This patch gets rid of the empty space below the statusbox that comes up when you select `Saved` or `Custom` from the statusbox." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 23 Dec 2005 02:00:55 +0000
parents b4d2bba86f65
children 8584cc19ee48
files src/gtkstatusbox.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Fri Dec 23 01:22:29 2005 +0000
+++ b/src/gtkstatusbox.c	Fri Dec 23 02:00:55 2005 +0000
@@ -406,6 +406,8 @@
 		gtk_widget_set_sensitive(GTK_WIDGET(status_box->imhtml), TRUE);
 	}
 
+	update_size(status_box);
+
 	/* Stop suppressing the "changed" signal. */
 	gtk_widget_set_sensitive(GTK_WIDGET(status_box), TRUE);
 }