aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.vala')
-rw-r--r--src/service.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala
index 0d028ac..1611608 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -34,6 +34,7 @@ public class IndicatorSound.Service {
this.actions.add_action (this.create_mic_volume_action ());
this.menus = new HashTable<string, SoundMenu> (str_hash, str_equal);
+ this.menus.insert ("desktop_greeter", new SoundMenu (true, null));
this.menus.insert ("desktop", new SoundMenu (true, "indicator.desktop-settings"));
this.menus.insert ("phone", new SoundMenu (false, "indicator.phone-settings"));