diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-24 17:23:39 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-24 17:23:39 +0100 |
commit | 81d9af3fc3f1d3784e623ede592e6d91032353ad (patch) | |
tree | 5721aa695a55e8179b75c998cc75089b8d820f6a /src/transport-menu-item.vala | |
parent | 98c55dde34ae7ed062ae22712b998ef4787b14ee (diff) | |
download | ayatana-indicator-sound-81d9af3fc3f1d3784e623ede592e6d91032353ad.tar.gz ayatana-indicator-sound-81d9af3fc3f1d3784e623ede592e6d91032353ad.tar.bz2 ayatana-indicator-sound-81d9af3fc3f1d3784e623ede592e6d91032353ad.zip |
moving towards offline application launching
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 39a0cab..264e153 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -41,6 +41,11 @@ public class TransportMenuitem : PlayerItem this.mpris_adaptor.toggle_playback(input_value.get_boolean()); } + public override void check_layout(){ + // nothing to be done for this item - always active + } + + public static HashSet<string> attributes_format() { HashSet<string> attrs = new HashSet<string>(); |