ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02448
[Merge] lp:~ted/indicator-appmenu/dont-save-accel into lp:indicator-appmenu
Ted Gould has proposed merging lp:~ted/indicator-appmenu/dont-save-accel into lp:indicator-appmenu.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
Okay, this is the matched entry to:
lp:~ted/dbusmenu/accel-ref
Basically the ref was handled wrong, but both of these are needed to make it correct.
--
https://code.launchpad.net/~ted/indicator-appmenu/dont-save-accel/+merge/36592
Your team ayatana-commits is subscribed to branch lp:indicator-appmenu.
=== modified file 'src/window-menus.c'
--- src/window-menus.c 2010-09-21 21:38:18 +0000
+++ src/window-menus.c 2010-09-24 19:56:02 +0000
@@ -368,6 +368,7 @@
priv->client = dbusmenu_gtkclient_new((gchar *)dbus_addr, (gchar *)dbus_object);
GtkAccelGroup * agroup = gtk_accel_group_new();
dbusmenu_gtkclient_set_accel_group(priv->client, agroup);
+ g_object_unref(agroup);
g_signal_connect(G_OBJECT(priv->client), DBUSMENU_GTKCLIENT_SIGNAL_ROOT_CHANGED, G_CALLBACK(root_changed), newmenu);
g_signal_connect(G_OBJECT(priv->client), DBUSMENU_CLIENT_SIGNAL_EVENT_RESULT, G_CALLBACK(event_status), newmenu);
Follow ups