im.pidgin.pidgin: 1ae0a697e31d7fa2a7f231ecd1719149f5348d82
sadrul at pidgin.im
sadrul at pidgin.im
Sun Jan 13 15:21:03 EST 2008
-----------------------------------------------------------------
Revision: 1ae0a697e31d7fa2a7f231ecd1719149f5348d82
Ancestor: 173ad946b0ecc5e4064c81c5dad8a370df704b06
Author: sadrul at pidgin.im
Date: 2008-01-13T20:16:20
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkimhtmltoolbar.c
ChangeLog:
Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.
-------------- next part --------------
============================================================
--- pidgin/gtkimhtmltoolbar.c ea9ad4e58253686868c64598585e5fce254d7198
+++ pidgin/gtkimhtmltoolbar.c e21be01eb28ab2c96012516d71ad3558dab32185
@@ -1312,6 +1312,7 @@ static void gtk_imhtmltoolbar_init (GtkI
gtk_box_pack_start(GTK_BOX(hbox), box, FALSE, FALSE, 0);
g_object_set_data(G_OBJECT(hbox), "lean-view", box);
+ gtk_widget_show(box);
purple_prefs_connect_callback(toolbar, PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",
imhtmltoolbar_view_pref_changed, toolbar);
More information about the Commits
mailing list