diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:43:37 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:43:37 +0200 |
commit | 6ff0076ee3e34c1707781552f555b6fab0e878fd (patch) | |
tree | 85a36b84a370632ab120d48dbd766195450f56d0 /src/player-item.vala | |
parent | 1677228ec606dd8d2e7eadccfff77a1703fdb727 (diff) | |
parent | 1b7f9eb7bb78339e2755632d3945219d226dbd58 (diff) | |
download | ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.tar.gz ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.tar.bz2 ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.zip |
fixed the icon issue which cropped up with this UI major overhaul on the metadata and title widgets
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index 2af3f36..162dbea 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -86,8 +86,6 @@ public class PlayerItem : Dbusmenu.Menuitem this.property_set_bool(property, v.get_boolean()); } } - // TODO- is this only relevant for the metadata, if so please call for just that case - this.property_set_bool(MENUITEM_PROP_VISIBLE, populated(attributes)); } public bool populated(HashSet<string> attrs) |