diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-29 14:57:33 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-29 14:57:33 -0400 |
commit | 26315a5b447b10ac5926c9713e13dfd2383ccb95 (patch) | |
tree | 612fe09bf6c7d85b80bd1eb4a3a4dc210ee38487 | |
parent | 92cded6d7b87338d81ab3dba62817af8f9b977ba (diff) | |
download | ayatana-indicator-sound-26315a5b447b10ac5926c9713e13dfd2383ccb95.tar.gz ayatana-indicator-sound-26315a5b447b10ac5926c9713e13dfd2383ccb95.tar.bz2 ayatana-indicator-sound-26315a5b447b10ac5926c9713e13dfd2383ccb95.zip |
Change root action state to a{sv}
-rw-r--r-- | src/service.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala index 69ca6d1..dc3ccbb 100644 --- a/src/service.vala +++ b/src/service.vala @@ -57,7 +57,7 @@ public class IndicatorSound.Service { } const ActionEntry[] action_entries = { - { "root", null, null, "('', 'audio-volume-high-panel', '', true)", null }, + { "root", null, null, "{ 'icon': <'audio-volume-high-panel'> }", null }, { "settings", activate_settings, null, null, null } }; |