diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-18 17:53:29 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-18 17:53:29 +0000 |
commit | f82480c0cb0a801fa694a178a0021ed8370d07b7 (patch) | |
tree | 652e4449dc1654f37c60e6b796599a82d7187fb3 /src/player-item.vala | |
parent | 5d32cec559249cb0e3b0a85ecdc8e0a5dc1ab199 (diff) | |
parent | 223ff23be530c865da8a8b90d18ca77c36af6e35 (diff) | |
download | ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.tar.gz ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.tar.bz2 ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.zip |
voip feature landed
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 3 |
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; } } |