aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-09 12:01:32 -0600
committerTed Gould <ted@gould.cx>2012-03-09 12:01:32 -0600
commit244c4362451efb697bd33db8a6cd76a947be631b (patch)
tree1297dd2384e9bd871e87dde49337df575693db3a /tests
parentef62b5307867f1c0891c67e459c6ccb0e96d1c8e (diff)
downloadlibayatana-appindicator-244c4362451efb697bd33db8a6cd76a947be631b.tar.gz
libayatana-appindicator-244c4362451efb697bd33db8a6cd76a947be631b.tar.bz2
libayatana-appindicator-244c4362451efb697bd33db8a6cd76a947be631b.zip
Update to new actions format in libindicator
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libappindicator.desktop15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/test-libappindicator.desktop b/tests/test-libappindicator.desktop
index f8a72f3..4747030 100644
--- a/tests/test-libappindicator.desktop
+++ b/tests/test-libappindicator.desktop
@@ -5,20 +5,19 @@ Comment=This is only a test
Exec=/usr/bin/false
Terminal=false
Type=Application
-X-Ayatana-Desktop-Shortcuts=Short1;Short2;Short3;
-TargetEnvironment=Test Program;
+Actions=Short1;Short2;Short3;
-[Short1 Shortcut Group]
+[Desktop Action Short1]
Name=Shortcut 1
Exec=/usr/bin/true
-TargetEnvironment=Test Program;
+OnlyShowIn=Test Program;
-[Short2 Shortcut Group]
+[Desktop Action Short2]
Name=Shortcut 2
Exec=/usr/bin/true
-TargetEnvironment=Test Program;
+OnlyShowIn=Test Program;
-[Short3 Shortcut Group]
+[Desktop Action Short3]
Name=Shortcut 3
Exec=/usr/bin/true
-TargetEnvironment=Test Program;
+OnlyShowIn=Test Program;