diff options
author | Ted Gould <ted@gould.cx> | 2012-03-09 12:01:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-09 12:01:32 -0600 |
commit | 244c4362451efb697bd33db8a6cd76a947be631b (patch) | |
tree | 1297dd2384e9bd871e87dde49337df575693db3a | |
parent | ef62b5307867f1c0891c67e459c6ccb0e96d1c8e (diff) | |
download | libayatana-appindicator-244c4362451efb697bd33db8a6cd76a947be631b.tar.gz libayatana-appindicator-244c4362451efb697bd33db8a6cd76a947be631b.tar.bz2 libayatana-appindicator-244c4362451efb697bd33db8a6cd76a947be631b.zip |
Update to new actions format in libindicator
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | tests/test-libappindicator.desktop | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 7c067e9..5c5c52b 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ GTK_REQUIRED_VERSION=2.18 GTK3_REQUIRED_VERSION=2.91 GLIB_REQUIRED_VERSION=2.26 GIO_REQUIRED_VERSION=2.26 -INDICATOR_REQUIRED_VERSION=0.3.5 +INDICATOR_REQUIRED_VERSION=0.4.93 DBUSMENUGTK_REQUIRED_VERSION=0.5.90 DBUS_GLIB_REQUIRED_VERSION=0.82 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; |