From ef6e7a7243e9d86087f4357eb9522feb9667a308 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 2 Oct 2013 14:40:00 -0500 Subject: Make sure to set the initial value of settings shown --- src/sound-menu.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3