# HG changeset patch # User Richard Laager # Date 1135303255 0 # Node ID 8512c990967bc4151f81e29e305fd77010f90941 # Parent b4d2bba86f656b8b12ff6133a124a52762fe27c8 [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 diff -r b4d2bba86f65 -r 8512c990967b src/gtkstatusbox.c --- 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); }