From 2357b40b5530215fc018302eaa288241b436d025 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 21 Jun 2010 12:21:43 +0100 Subject: changed name of local vapi for common defs --- src/player-item.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/player-item.vala') 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 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) -- cgit v1.2.3