Mercurial > pidgin
changeset 22093:35d5b7804449
Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 13 Jan 2008 20:16:20 +0000 |
parents | 1e227e2587e6 |
children | c55e5058499a |
files | pidgin/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);