diff pidgin/gtkplugin.c @ 19566:57d350900136

Tooltips can be for the buddylist or for conversation windows. A more appropriate fix for #2723.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Sep 2007 23:50:22 +0000
parents 08db93bbd798
children b99a158ea85e
line wrap: on
line diff
--- a/pidgin/gtkplugin.c	Sat Sep 01 23:09:41 2007 +0000
+++ b/pidgin/gtkplugin.c	Sat Sep 01 23:50:22 2007 +0000
@@ -600,6 +600,7 @@
 	plugin_details = gtk_label_new(NULL);
 	gtk_label_set_line_wrap(GTK_LABEL(plugin_details), TRUE);
 	gtk_container_add(GTK_CONTAINER(expander), plugin_details);
+	gtk_expander_set_expanded(GTK_EXPANDER(expander), TRUE);
 	gtk_widget_set_sensitive(expander, FALSE);
 	gtk_box_pack_start(GTK_BOX(GTK_DIALOG(plugin_dialog)->vbox), expander, FALSE, FALSE, 0);