diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-08-13 19:01:44 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-08-13 19:01:44 +0200 |
commit | ec9ca618ca3f0bb6c3c8ab470b3ef3e1c6f8c0c9 (patch) | |
tree | 00efe026a4dc6a0fc4b1910dc2cd2261b9b41854 /src | |
parent | 393294faaf9b8bd1780778e9355e502a52822843 (diff) | |
download | ayatana-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')
-rw-r--r-- | src/im-desktop-menu.c | 2 |
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 (); |