aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-18 13:39:56 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-18 13:39:56 -0500
commit4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a (patch)
tree30a3542b051d6bf1f1622b78d94d1a8ef3ce6b18 /src/player-item.vala
parentec6b5962ff35174b341621edc7728b5ce1eaf7fd (diff)
parent088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (diff)
downloadayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.gz
ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.bz2
ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.zip
releasing version 0.6.0-0ubuntu1
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;
}
}