[rhythmbox] shell-player: fix play queue debug output



commit 7b841d6f50303692ee8a22ee0ad382c7354a5a62
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Dec 28 00:05:03 2009 +1000

    shell-player: fix play queue debug output

 shell/rb-shell-player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/rb-shell-player.c b/shell/rb-shell-player.c
index ae26da4..0195ed0 100644
--- a/shell/rb-shell-player.c
+++ b/shell/rb-shell-player.c
@@ -2102,7 +2102,7 @@ rb_shell_player_do_next_internal (RBShellPlayer *player, gboolean from_eos, gboo
 		rb_play_order_go_next (player->priv->queue_play_order);
 		if (queue_entry != NULL) {
 			rb_debug ("got new entry %s from queue play order",
-				  rhythmdb_entry_get_string (entry, RHYTHMDB_PROP_LOCATION));
+				  rhythmdb_entry_get_string (queue_entry, RHYTHMDB_PROP_LOCATION));
 			if (entry != NULL) {
 				rhythmdb_entry_unref (entry);
 			}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]