rhythmbox r6132 - in trunk: . shell



Author: jmatthew
Date: Wed Jan 21 02:35:38 2009
New Revision: 6132
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6132&view=rev

Log:
2009-01-21  Jonathan Matthew  <jonathan d14n org>

	patch by:  Andy Owen <andy-gnome ultra-premium com>

	* shell/rb-shell-player.c: (rb_shell_player_do_next_internal):
	Replace instance of rb_shell_player_set_playing_source (NULL)
	with rb_shell_player_stop ().  This crept in with the last.fm
	streaming rewrite.  Fixes #552624.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-shell-player.c

Modified: trunk/shell/rb-shell-player.c
==============================================================================
--- trunk/shell/rb-shell-player.c	(original)
+++ trunk/shell/rb-shell-player.c	Wed Jan 21 02:35:38 2009
@@ -2196,7 +2196,7 @@
 			 * play order if it has one?
 			 */
 
-			rb_shell_player_set_playing_source (player, NULL);
+			rb_shell_player_stop (player);
 			rb_play_order_set_playing_entry (player->priv->play_order, NULL);
 		}
 	}



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