cpw.qulogic.gtk3: 8cdac18f: Supply something for the widget.

qulogic at pidgin.im qulogic at pidgin.im
Mon Jul 26 01:59:24 EDT 2010


----------------------------------------------------------------------
Revision: 8cdac18f7d6a60107123f9fe40ef6ec0afeaf648
Parent:   64488ef619d9fcf97f132e33f0cf632a78620def
Author:   qulogic at pidgin.im
Date:     07/26/10 01:38:41
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/8cdac18f7d6a60107123f9fe40ef6ec0afeaf648

Changelog: 

Supply something for the widget.

Changes against parent 64488ef619d9fcf97f132e33f0cf632a78620def

  patched  pidgin/gtkutils.c

-------------- next part --------------
============================================================
--- pidgin/gtkutils.c	29305633c9ab1c5b07863d7b69afc69ce015ab41
+++ pidgin/gtkutils.c	6e33222170090be21f76a4dc2ed369d995d7fad4
@@ -544,7 +544,7 @@ aop_menu_cb(GtkWidget *optmenu, GCallbac
 aop_menu_cb(GtkWidget *optmenu, GCallback cb)
 {
 	if (cb != NULL) {
-		((void (*)(GtkWidget *, gpointer, gpointer))cb)(NULL,
+		((void (*)(GtkWidget *, gpointer, gpointer))cb)(optmenu,
 			aop_option_menu_get_selected(optmenu),
 			g_object_get_data(G_OBJECT(optmenu), "user_data"));
 	}


More information about the Commits mailing list