diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:01:26 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:01:26 +0200 |
commit | 9ab1c1505226e7b384ebdaea1eca760d05bc803d (patch) | |
tree | f4b923acf8017157c1ef873d35b3d9cb047937be /src/player-item.vala | |
parent | 34bbf1f8606d25235727753242686d78802b303a (diff) | |
download | ayatana-indicator-sound-9ab1c1505226e7b384ebdaea1eca760d05bc803d.tar.gz ayatana-indicator-sound-9ab1c1505226e7b384ebdaea1eca760d05bc803d.tar.bz2 ayatana-indicator-sound-9ab1c1505226e7b384ebdaea1eca760d05bc803d.zip |
spacing issues resolved plus some unwanted prop set to invisible@
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) |