aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-21 16:01:03 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-21 16:01:03 +0000
commit6375d3eb602251a2374944817e34b9695ae50b65 (patch)
treea1f9cab47facd8e4b81115983cce4c053ed8cb8d /src/player-item.vala
parent6de8affd0a17ab7729ac7647d8e84e58a158601a (diff)
parentd737d7c43b907929fc62c294a0962284f097853d (diff)
downloadayatana-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.vala4
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;