diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-21 16:01:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-21 16:01:03 +0000 |
commit | 6375d3eb602251a2374944817e34b9695ae50b65 (patch) | |
tree | a1f9cab47facd8e4b81115983cce4c053ed8cb8d /src/player-item.vala | |
parent | 6de8affd0a17ab7729ac7647d8e84e58a158601a (diff) | |
parent | d737d7c43b907929fc62c294a0962284f097853d (diff) | |
download | ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.tar.gz ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.tar.bz2 ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.zip |
feature for new banshee specific behaviour landed
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index 9d07bf7..f71b166 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -37,7 +37,7 @@ public class PlayerItem : Dbusmenu.Menuitem public void reset(HashSet<string> attrs){ foreach(string s in attrs){ - debug("attempting to set prop %s to EMPTY", s); + //debug("attempting to set prop %s to EMPTY", s); this.property_set_int(s, EMPTY); } } @@ -50,7 +50,7 @@ public class PlayerItem : Dbusmenu.Menuitem */ public void update(HashTable<string, Variant?> data, HashSet<string> attributes) { - debug("PlayerItem::update()"); + //debug("PlayerItem::update()"); if(data == null){ warning("PlayerItem::Update -> The hashtable was null - just leave it!"); return; |