diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-09 17:39:03 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-09 17:39:03 +0200 |
commit | a406685399b46b4b2a62b8e580ce7beec2f875f4 (patch) | |
tree | 2cd89a60466abc22a1eaa75417074a112eaf9702 /src/player-item.vala | |
parent | 58627767fbd151587a843fd2397f1c293533664a (diff) | |
download | ayatana-indicator-sound-a406685399b46b4b2a62b8e580ce7beec2f875f4.tar.gz ayatana-indicator-sound-a406685399b46b4b2a62b8e580ce7beec2f875f4.tar.bz2 ayatana-indicator-sound-a406685399b46b4b2a62b8e580ce7beec2f875f4.zip |
image is appearing inthe gutter hurray
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 f71b166..cb21115 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) |