diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-07 13:22:18 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-07 13:22:18 +0100 |
commit | 410965575fa1039cbcc6c6ef7f7ef316438118ed (patch) | |
tree | 1e83bc8e9647281b878fa496193acdc5e7c22cd2 /src/metadata-menu-item.vala | |
parent | 7555ea6755750dd64a6c4652b852a0bdc0d0bfeb (diff) | |
download | ayatana-indicator-sound-410965575fa1039cbcc6c6ef7f7ef316438118ed.tar.gz ayatana-indicator-sound-410965575fa1039cbcc6c6ef7f7ef316438118ed.tar.bz2 ayatana-indicator-sound-410965575fa1039cbcc6c6ef7f7ef316438118ed.zip |
alot of work around the title menu stuff
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r-- | src/metadata-menu-item.vala | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala index 7eb112a..cfcb3bc 100644 --- a/src/metadata-menu-item.vala +++ b/src/metadata-menu-item.vala @@ -37,11 +37,6 @@ public class MetadataMenuitem : PlayerItem attrs.add(MENUITEM_ARTURL); return attrs; } - - public override void check_layout(){ - this.property_set_bool(MENUITEM_PROP_VISIBLE, this.populated()); - debug("check layout for the metadata = %s", this.populated().to_string()); - } public bool populated() { |