aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-18 13:20:43 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-18 13:20:43 -0500
commit088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (patch)
tree40b0981ba8fa8cd5d414440b04742723afeb39f4 /src/player-item.vala
parentb4b1c772dc57c3034cc80b785e4b472b8fe1b404 (diff)
parentfec38bea8091cc778bdbb236ed4c854b9cdcb34d (diff)
downloadayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.tar.gz
ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.tar.bz2
ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.zip
Import upstream version 0.6.0
Diffstat (limited to 'src/player-item.vala')
-rw-r--r--src/player-item.vala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/player-item.vala b/src/player-item.vala
index e146d4a..9d07bf7 100644
--- a/src/player-item.vala
+++ b/src/player-item.vala
@@ -94,9 +94,8 @@ public class PlayerItem : Dbusmenu.Menuitem
{
foreach(string prop in attrs){
//debug("populated ? - prop: %s", prop);
- int value_int = property_get_int(prop);
if(property_get_int(prop) != EMPTY){
- //debug("populated - prop %s and value %i", prop, value_int);
+ //debug("populated - prop %s and value %i", prop, property_get_int(prop));
return true;
}
}