# HG changeset patch # User Sadrul Habib Chowdhury # Date 1200255380 0 # Node ID 35d5b7804449533cf513f225ddeba4d85c2e873c # Parent 1e227e2587e6d36daa088775504d6a5e47b840bd Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows. diff -r 1e227e2587e6 -r 35d5b7804449 pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Sat Jan 12 22:05:52 2008 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Sun Jan 13 20:16:20 2008 +0000 @@ -1312,6 +1312,7 @@ 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);