diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-11-18 11:11:14 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-11-18 11:11:14 -0500 |
commit | 2133a62fd09fc431c146c74b4ca13e89d610c1c9 (patch) | |
tree | c4d27e2357498eba9fde88e64e53e2afe926d981 /src/player-item.vala | |
parent | fb9140db72f565fa6180a55da02302844e21c05c (diff) | |
parent | 908222c0681fba3c6e1265d0f85a0b667927c169 (diff) | |
download | ayatana-indicator-sound-2133a62fd09fc431c146c74b4ca13e89d610c1c9.tar.gz ayatana-indicator-sound-2133a62fd09fc431c146c74b4ca13e89d610c1c9.tar.bz2 ayatana-indicator-sound-2133a62fd09fc431c146c74b4ca13e89d610c1c9.zip |
releasing version 0.5.1-0ubuntu1
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index 2729cb7..51471d1 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -96,7 +96,7 @@ public class PlayerItem : Dbusmenu.Menuitem 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, value_int); return true; } } |