changeset 22094:c55e5058499a

merge of '1ae0a697e31d7fa2a7f231ecd1719149f5348d82' and '9ed5f5e06f9fe6034930bfb2c6e174d6d5de0638'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 13 Jan 2008 20:25:23 +0000
parents 35d5b7804449 (diff) 028128f35e41 (current diff)
children 4c28d1e4e284
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c	Sun Jan 13 19:38:12 2008 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Sun Jan 13 20:25:23 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);