pidgin/pidgin

It appears that no-one needs this AopMenu struct after the combo
cpw.qulogic.gtk3
2011-12-29, Elliott Sales de Andrade
190f458c958b
Parents 9b08ef7651b2
Children 03b440305f19
It appears that no-one needs this AopMenu struct after the combo
box is updated.
--- a/pidgin/gtkutils.c Thu Dec 29 05:36:32 2011 +0000
+++ b/pidgin/gtkutils.c Thu Dec 29 05:40:11 2011 +0000
@@ -627,7 +627,7 @@
{
gtk_combo_box_set_model(GTK_COMBO_BOX(optmenu), new_aop_menu->model);
gtk_combo_box_set_active(GTK_COMBO_BOX(optmenu), new_aop_menu->default_item);
- g_object_set_data_full(G_OBJECT(optmenu), "aop_menu", new_aop_menu, (GDestroyNotify)g_free);
+ g_free(new_aop_menu);
}
static GdkPixbuf *