# HG changeset patch # User Mark Doliner # Date 1132030381 0 # Node ID f746fb528dc97c2104c30505bafcdef8aa481d3a # Parent 8df87db79bad7b0cb17608f91239571fd6b601ee [gaim-migrate @ 14400] I left off part of patch #1354499 that I should have included This keeps the bottom of the statusbox from getting cut off when using a status without a message committer: Tailor Script diff -r 8df87db79bad -r f746fb528dc9 src/gtkstatusbox.c --- a/src/gtkstatusbox.c Tue Nov 15 04:45:21 2005 +0000 +++ b/src/gtkstatusbox.c Tue Nov 15 04:53:01 2005 +0000 @@ -584,6 +584,7 @@ { GtkRequisition box_req; combo_box_size_request(widget, requisition); + requisition->height += 6; gtk_widget_size_request(GTK_GAIM_STATUS_BOX(widget)->vbox, &box_req); if (box_req.height > 1)