diff options
author | Ted Gould <ted@gould.cx> | 2012-02-27 15:03:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-27 15:03:43 -0600 |
commit | 8c71262d7f91064d34c9a8976c7ad2dde47fca6f (patch) | |
tree | 9462514639c97db316397295dfa5da8904ef47ef /tests/test-well-formed.desktop | |
parent | 19c48bd262323258cf0bfbd0e3ed319fcc891076 (diff) | |
download | libayatana-indicator-8c71262d7f91064d34c9a8976c7ad2dde47fca6f.tar.gz libayatana-indicator-8c71262d7f91064d34c9a8976c7ad2dde47fca6f.tar.bz2 libayatana-indicator-8c71262d7f91064d34c9a8976c7ad2dde47fca6f.zip |
Update test desktop file
Diffstat (limited to 'tests/test-well-formed.desktop')
-rw-r--r-- | tests/test-well-formed.desktop | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-well-formed.desktop b/tests/test-well-formed.desktop index 84e2e02..be20f8f 100644 --- a/tests/test-well-formed.desktop +++ b/tests/test-well-formed.desktop @@ -2,23 +2,23 @@ Name=My Application Exec=ls NotShowIn=Germany -X-Ayatana-Desktop-Shortcuts=bob;alvin;jim;touch +Actions=bob;alvin;jim;touch -[bob Shortcut Group] +[Desktop Action bob] Name=bob's shortcut Exec=ls bob -[alvin Shortcut Group] +[Desktop Action alvin] Name=alvin's shortcut Exec=ls alvin OnlyShowIn=France -[jim Shortcut Group] +[Desktop Action jim] Name=Jim's shortcut Exec=ls jim NotShowIn=France -[touch Shortcut Group] +[Desktop Action touch] Name=Touch Test Exec=touch test-desktop-shortcuts-touch-test OnlyShowIn=TouchTest |