diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-14 18:24:46 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-14 18:24:46 +0200 |
commit | 2e0dd336905735dc75d3ab7e676ef60af76ae746 (patch) | |
tree | 5167d693d6b9f1ba4a21a1fe026526e64edc7d02 /src/player-item.vala | |
parent | 4b0e1e3ae018d0f57104f8b309f159f70fd976dc (diff) | |
download | ayatana-indicator-sound-2e0dd336905735dc75d3ab7e676ef60af76ae746.tar.gz ayatana-indicator-sound-2e0dd336905735dc75d3ab7e676ef60af76ae746.tar.bz2 ayatana-indicator-sound-2e0dd336905735dc75d3ab7e676ef60af76ae746.zip |
caught most of the little bugs I could find@
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index 6d9c8e5..2af3f36 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -86,6 +86,7 @@ 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)); } |