diff options
author | Ted Gould <ted@gould.cx> | 2015-01-28 16:36:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-01-28 16:36:14 -0600 |
commit | 8fc91cb9823afc3b4dcaa03422c3dc4611ab034f (patch) | |
tree | f2e5c861523f0689fd769efcca3aa37385d3efc1 /src/sound-menu.vala | |
parent | d744a701bebec0b95b7640db1cbe6444632770b2 (diff) | |
parent | 91b54a8a59cd51813d750efbe01203b7fe1d0e3c (diff) | |
download | ayatana-indicator-sound-8fc91cb9823afc3b4dcaa03422c3dc4611ab034f.tar.gz ayatana-indicator-sound-8fc91cb9823afc3b4dcaa03422c3dc4611ab034f.tar.bz2 ayatana-indicator-sound-8fc91cb9823afc3b4dcaa03422c3dc4611ab034f.zip |
Grabbing the notification clean up branch to align landings in LP
Diffstat (limited to 'src/sound-menu.vala')
-rw-r--r-- | src/sound-menu.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 3881faf..96dd143 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -60,6 +60,7 @@ public class SoundMenu: Object root_item.set_attribute ("x-canonical-type", "s", "com.canonical.indicator.root"); root_item.set_attribute ("x-canonical-scroll-action", "s", "indicator.scroll"); root_item.set_attribute ("x-canonical-secondary-action", "s", "indicator.mute"); + root_item.set_attribute ("submenu-action", "s", "indicator.indicator-shown"); root_item.set_submenu (this.menu); this.root = new Menu (); |