diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-13 12:04:15 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-13 12:04:15 +0200 |
commit | ec14b8310dd5b02ed749c2cfade5c1a45ef00bac (patch) | |
tree | bf9c38d689580d1a7911b0c6b7042d33e99b379d /src/player-item.vala | |
parent | edd58e6f87bd80a4e37eac90b42b03528aba44ee (diff) | |
download | ayatana-indicator-sound-ec14b8310dd5b02ed749c2cfade5c1a45ef00bac.tar.gz ayatana-indicator-sound-ec14b8310dd5b02ed749c2cfade5c1a45ef00bac.tar.bz2 ayatana-indicator-sound-ec14b8310dd5b02ed749c2cfade5c1a45ef00bac.zip |
number of bugs fixed, more to come
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index cb21115..f71b166 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -87,7 +87,7 @@ public class PlayerItem : Dbusmenu.Menuitem this.property_set_bool(property, v.get_boolean()); } } - //this.property_set_bool(MENUITEM_PROP_VISIBLE, populated(attributes)); + this.property_set_bool(MENUITEM_PROP_VISIBLE, populated(attributes)); } public bool populated(HashSet<string> attrs) |