diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-11-12 10:14:48 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-11-12 10:14:48 -0500 |
commit | 908222c0681fba3c6e1265d0f85a0b667927c169 (patch) | |
tree | 9ba8897f7bcc24b669fe7f38f6ca25e6260aa374 /src/player-item.c | |
parent | bf3a1c75ef1714077d6729cdc4d550020365a3a3 (diff) | |
parent | 5fd2c5e12a059ab8c59306676d18dfc56c818077 (diff) | |
download | ayatana-indicator-sound-908222c0681fba3c6e1265d0f85a0b667927c169.tar.gz ayatana-indicator-sound-908222c0681fba3c6e1265d0f85a0b667927c169.tar.bz2 ayatana-indicator-sound-908222c0681fba3c6e1265d0f85a0b667927c169.zip |
Import upstream version 0.5.1
Diffstat (limited to 'src/player-item.c')
-rw-r--r-- | src/player-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-item.c b/src/player-item.c index cc83381..fe0d8db 100644 --- a/src/player-item.c +++ b/src/player-item.c @@ -306,7 +306,7 @@ gboolean player_item_populated (PlayerItem* self, GeeHashSet* attrs) { g_debug ("player-item.vala:96: populated ? - prop: %s", prop); value_int = dbusmenu_menuitem_property_get_int ((DbusmenuMenuitem*) self, prop); if (dbusmenu_menuitem_property_get_int ((DbusmenuMenuitem*) self, prop) != PLAYER_ITEM_EMPTY) { - g_debug ("player-item.vala:99: populated ? - prop %s and value %i", prop, value_int); + g_debug ("player-item.vala:99: populated - prop %s and value %i", prop, value_int); result = TRUE; _g_free0 (prop); _g_object_unref0 (_prop_it); |