cpw.qulogic.gtk3-required: 7d693667: Remove the extra vbox in the smiley list...
qulogic at pidgin.im
qulogic at pidgin.im
Wed Mar 21 01:51:04 EDT 2012
----------------------------------------------------------------------
Revision: 7d693667715ae08221599be8d52dfd4adc301e01
Parent: 08823709939ab475e58d59f02641bb0f608bcd95
Author: qulogic at pidgin.im
Date: 03/21/12 00:55:47
Branch: im.pidgin.cpw.qulogic.gtk3-required
URL: http://d.pidgin.im/viewmtn/revision/info/7d693667715ae08221599be8d52dfd4adc301e01
Changelog:
Remove the extra vbox in the smiley list, which doesn't seem to do
much except cause the treeview to not expand.
Changes against parent 08823709939ab475e58d59f02641bb0f608bcd95
patched pidgin/gtksmiley.c
-------------- next part --------------
============================================================
--- pidgin/gtksmiley.c 25629646a18fb160af46d4150f235c8ed0efc9bb
+++ pidgin/gtksmiley.c 7dbed91eef24150e9e0eb95eefc8a41f0e8dc0b4
@@ -883,10 +883,7 @@ void pidgin_smiley_manager_show(void)
dialog);
/* The vbox */
- vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BORDER);
- gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(win))),
- vbox);
- gtk_widget_show(vbox);
+ vbox = gtk_dialog_get_content_area(GTK_DIALOG(win));
/* get the scrolled window with all stuff */
sw = smiley_list_create(dialog);
@@ -895,3 +892,4 @@ void pidgin_smiley_manager_show(void)
gtk_widget_show(win);
}
+
More information about the Commits
mailing list