aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-03-04 15:38:07 -0600
committerTed Gould <ted@gould.cx>2014-03-04 15:38:07 -0600
commite9f0b68ab8b9afec9466011b8a8bae3b202b4bf9 (patch)
tree3da925da50b84d7b944c988deb7daf17b9ae83f4 /src
parent8c23ea52648f4555403acf42a096e83853ff7e08 (diff)
downloadayatana-indicator-sound-e9f0b68ab8b9afec9466011b8a8bae3b202b4bf9.tar.gz
ayatana-indicator-sound-e9f0b68ab8b9afec9466011b8a8bae3b202b4bf9.tar.bz2
ayatana-indicator-sound-e9f0b68ab8b9afec9466011b8a8bae3b202b4bf9.zip
Adding a specific phone_greeter profile
Diffstat (limited to 'src')
-rw-r--r--src/service.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala
index b4dae65..ca00caa 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -36,6 +36,7 @@ public class IndicatorSound.Service: Object {
this.menus = new HashTable<string, SoundMenu> (str_hash, str_equal);
this.menus.insert ("desktop_greeter", new SoundMenu (null, SoundMenu.DisplayFlags.SHOW_MUTE | SoundMenu.DisplayFlags.DONT_SHOW_PLAYERS));
+ this.menus.insert ("phone_greeter", new SoundMenu (null, SoundMenu.DisplayFlags.SHOW_MUTE | SoundMenu.DisplayFlags.HIDE_INACTIVE_PLAYERS));
this.menus.insert ("desktop", new SoundMenu ("indicator.desktop-settings", SoundMenu.DisplayFlags.SHOW_MUTE));
this.menus.insert ("phone", new SoundMenu ("indicator.phone-settings", SoundMenu.DisplayFlags.HIDE_INACTIVE_PLAYERS));