aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-13 12:04:15 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-13 12:04:15 +0200
commitec14b8310dd5b02ed749c2cfade5c1a45ef00bac (patch)
treebf9c38d689580d1a7911b0c6b7042d33e99b379d /src/player-item.vala
parentedd58e6f87bd80a4e37eac90b42b03528aba44ee (diff)
downloadayatana-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.vala2
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)