diff options
author | Ted Gould <ted@gould.cx> | 2014-03-03 11:11:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-03-03 11:11:32 -0600 |
commit | cc8600927594dcdfcba74813788d90c999156468 (patch) | |
tree | 6883553012005d380deb43f899d3cc0214b1aad5 /src | |
parent | 248a67022dcfb0cc2540720007ee122fbc3eb6ea (diff) | |
download | ayatana-indicator-sound-cc8600927594dcdfcba74813788d90c999156468.tar.gz ayatana-indicator-sound-cc8600927594dcdfcba74813788d90c999156468.tar.bz2 ayatana-indicator-sound-cc8600927594dcdfcba74813788d90c999156468.zip |
Test the number of entries in the menu
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-menu.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 74da887..8c087bc 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -123,8 +123,8 @@ public class SoundMenu: Object this.notify_handlers.remove (player); } - Menu root; - Menu menu; + public Menu root; + public Menu menu; Menu volume_section; bool mic_volume_shown; bool settings_shown = false; |