diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-21 13:04:13 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-21 13:04:13 +0000 |
commit | d84e5d382f2f62e4af5d0e9f8ed993b671acc15a (patch) | |
tree | b94727653de339ed7eae81f17b2cf9987971e012 /src/player-item.vala | |
parent | 8418707f9e99f08b44e8cb7641ba50a110003784 (diff) | |
download | ayatana-indicator-sound-d84e5d382f2f62e4af5d0e9f8ed993b671acc15a.tar.gz ayatana-indicator-sound-d84e5d382f2f62e4af5d0e9f8ed993b671acc15a.tar.bz2 ayatana-indicator-sound-d84e5d382f2f62e4af5d0e9f8ed993b671acc15a.zip |
some extra trace around sliders to track the volume zero app start madness
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; |