comparison pidgin/gtkimhtmltoolbar.c @ 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 07eb63fa0bdb
children 28005860d2c9 02eda4bd2b22 92e71f6e10d4 e9cf897bd873
comparison
equal deleted inserted replaced
22089:1e227e2587e6 22093:35d5b7804449
1310 g_signal_connect_swapped(G_OBJECT(smiley_button), "clicked", G_CALLBACK(gtk_button_clicked), toolbar->smiley); 1310 g_signal_connect_swapped(G_OBJECT(smiley_button), "clicked", G_CALLBACK(gtk_button_clicked), toolbar->smiley);
1311 gtk_widget_show_all(smiley_button); 1311 gtk_widget_show_all(smiley_button);
1312 1312
1313 gtk_box_pack_start(GTK_BOX(hbox), box, FALSE, FALSE, 0); 1313 gtk_box_pack_start(GTK_BOX(hbox), box, FALSE, FALSE, 0);
1314 g_object_set_data(G_OBJECT(hbox), "lean-view", box); 1314 g_object_set_data(G_OBJECT(hbox), "lean-view", box);
1315 gtk_widget_show(box);
1315 1316
1316 purple_prefs_connect_callback(toolbar, PIDGIN_PREFS_ROOT "/conversations/toolbar/wide", 1317 purple_prefs_connect_callback(toolbar, PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",
1317 imhtmltoolbar_view_pref_changed, toolbar); 1318 imhtmltoolbar_view_pref_changed, toolbar);
1318 g_signal_connect_data(G_OBJECT(toolbar), "realize", 1319 g_signal_connect_data(G_OBJECT(toolbar), "realize",
1319 G_CALLBACK(purple_prefs_trigger_callback), PIDGIN_PREFS_ROOT "/conversations/toolbar/wide", 1320 G_CALLBACK(purple_prefs_trigger_callback), PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",