aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-10-02 14:40:00 -0500
committerTed Gould <ted@gould.cx>2013-10-02 14:40:00 -0500
commitef6e7a7243e9d86087f4357eb9522feb9667a308 (patch)
tree468dc1f1dde38b8257adcf6304e1b15602d8ef52 /src
parent026c478b8cd216851698f3edc164e7a899af5560 (diff)
downloadayatana-indicator-sound-ef6e7a7243e9d86087f4357eb9522feb9667a308.tar.gz
ayatana-indicator-sound-ef6e7a7243e9d86087f4357eb9522feb9667a308.tar.bz2
ayatana-indicator-sound-ef6e7a7243e9d86087f4357eb9522feb9667a308.zip
Make sure to set the initial value of settings shown
Diffstat (limited to 'src')
-rw-r--r--src/sound-menu.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala
index 6c6771a..9d0c521 100644
--- a/src/sound-menu.vala
+++ b/src/sound-menu.vala
@@ -117,7 +117,7 @@ class SoundMenu: Object
Menu menu;
Menu volume_section;
bool mic_volume_shown;
- bool settings_shown;
+ bool settings_shown = false;
/* returns the position in this.menu of the section that's associated with @player */
int find_player_section (MediaPlayer player) {