diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-04 20:49:44 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-04 20:49:44 +0200 |
commit | bd13abddd0740eb9cb0859c4a12cdd77d4819d21 (patch) | |
tree | 3b9ad5aaa3f55fed7c413b760d08d1dd06dc34ce | |
parent | 78ebf86005bf747ad7f1060e7991d4abeb5ed83f (diff) | |
download | ayatana-indicator-messages-bd13abddd0740eb9cb0859c4a12cdd77d4819d21.tar.gz ayatana-indicator-messages-bd13abddd0740eb9cb0859c4a12cdd77d4819d21.tar.bz2 ayatana-indicator-messages-bd13abddd0740eb9cb0859c4a12cdd77d4819d21.zip |
libmessaging-menu: fix shortcut action documentation
-rw-r--r-- | libmessaging-menu/messaging-menu.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libmessaging-menu/messaging-menu.c b/libmessaging-menu/messaging-menu.c index ebddf0f..8066b35 100644 --- a/libmessaging-menu/messaging-menu.c +++ b/libmessaging-menu/messaging-menu.c @@ -43,12 +43,13 @@ * desktop file. Activating this item starts the application. * * Following the application item, the Messaging Menu inserts all - * shortcuts actions found in the desktop file which are marked as - * appearing in the Messaging Menu (the TargetEnvironment or OnlyShowIn - * keywords contains "Messaging Menu"). The <ulink + * shortcut actions found in the desktop file. Actions whose + * <code>NotShowIn</code> keyword contains "Messaging Menu" or whose + * <code>OnlyShowIn</code> keyword does not contain "Messaging Menu" + * will not appear (the <ulink * url="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#extra-actions"> * desktop file specification</ulink> contains a detailed explanation of - * shortcut actions [1]. An application cannot add, remove, or change + * shortcut actions.) An application cannot add, remove, or change * these shortcut items while it is running. * * Next, an application section contains menu items for message sources. |