aboutsummaryrefslogtreecommitdiff
path: root/src/im-desktop-menu.c
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-08-13 19:01:44 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-08-13 19:01:44 +0200
commitec9ca618ca3f0bb6c3c8ab470b3ef3e1c6f8c0c9 (patch)
tree00efe026a4dc6a0fc4b1910dc2cd2261b9b41854 /src/im-desktop-menu.c
parent393294faaf9b8bd1780778e9355e502a52822843 (diff)
downloadayatana-indicator-messages-ec9ca618ca3f0bb6c3c8ab470b3ef3e1c6f8c0c9.tar.gz
ayatana-indicator-messages-ec9ca618ca3f0bb6c3c8ab470b3ef3e1c6f8c0c9.tar.bz2
ayatana-indicator-messages-ec9ca618ca3f0bb6c3c8ab470b3ef3e1c6f8c0c9.zip
Disable action shortcuts for now
This version isn't honoring OnlyShowIn=MessagingMenu. Disabling it seems like the lesser evil.
Diffstat (limited to 'src/im-desktop-menu.c')
-rw-r--r--src/im-desktop-menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/im-desktop-menu.c b/src/im-desktop-menu.c
index 7a9b9bf..6cc51cd 100644
--- a/src/im-desktop-menu.c
+++ b/src/im-desktop-menu.c
@@ -65,6 +65,7 @@ im_desktop_menu_app_added (ImApplicationList *applist,
}
/* application actions */
+#if 0
{
const gchar *const *actions;
@@ -78,6 +79,7 @@ im_desktop_menu_app_added (ImApplicationList *applist,
g_free (label);
}
}
+#endif
source_section = g_menu_new ();