Cody Russell has proposed merging lp:~bratsche/appmenu-gtk/show-local-fix into
lp:appmenu-gtk.
Requested reviews:
Canonical Desktop Experience Team (canonical-dx-team)
--
https://code.launchpad.net/~bratsche/appmenu-gtk/show-local-fix/+merge/34134
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c 2010-08-30 20:57:23 +0000
+++ src/bridge.c 2010-08-30 21:25:57 +0000
@@ -1246,7 +1246,13 @@
static gboolean
app_menu_bridge_show_local (UbuntuMenuProxy *proxy)
{
- return TRUE;
+ gboolean local;
+
+ g_object_get (proxy,
+ "show-local", &local,
+ NULL);
+
+ return local;
}
/* crude blacklist to avoid patching innoncent apps */
_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help : https://help.launchpad.net/ListHelp