diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-21 12:21:43 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-21 12:21:43 +0100 |
commit | 2357b40b5530215fc018302eaa288241b436d025 (patch) | |
tree | 01abd4541d21a9e0d06eb8be7bc257a234d03967 /src/player-item.vala | |
parent | 4f84a27c35c47d5833547a4727016514ef98f2b0 (diff) | |
download | ayatana-indicator-sound-2357b40b5530215fc018302eaa288241b436d025.tar.gz ayatana-indicator-sound-2357b40b5530215fc018302eaa288241b436d025.tar.bz2 ayatana-indicator-sound-2357b40b5530215fc018302eaa288241b436d025.zip |
changed name of local vapi for common defs
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index a0ea25a..aa35b33 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -32,9 +32,9 @@ public class PlayerItem : Dbusmenu.Menuitem public virtual void update(HashMap<string, Value?> data) { debug("PlayerItem::update()"); - foreach(var key in this.attributes().keys){ - this.attributes.get(key); - } + //foreach(var key in this.attributes().keys){ + // this.attributes.get(key); + //} } public void set_adaptor(MprisController adaptor) |