comparison src/gtkstatusbox.c @ 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 dc995f73c101
children a74cb5952db4
comparison
equal deleted inserted replaced
12633:b4d2bba86f65 12634:8512c990967b
404 gtk_imhtml_clear_formatting(GTK_IMHTML(status_box->imhtml)); 404 gtk_imhtml_clear_formatting(GTK_IMHTML(status_box->imhtml));
405 gtk_imhtml_append_text(GTK_IMHTML(status_box->imhtml), message, 0); 405 gtk_imhtml_append_text(GTK_IMHTML(status_box->imhtml), message, 0);
406 gtk_widget_set_sensitive(GTK_WIDGET(status_box->imhtml), TRUE); 406 gtk_widget_set_sensitive(GTK_WIDGET(status_box->imhtml), TRUE);
407 } 407 }
408 408
409 update_size(status_box);
410
409 /* Stop suppressing the "changed" signal. */ 411 /* Stop suppressing the "changed" signal. */
410 gtk_widget_set_sensitive(GTK_WIDGET(status_box), TRUE); 412 gtk_widget_set_sensitive(GTK_WIDGET(status_box), TRUE);
411 } 413 }
412 414
413 static void 415 static void