rhythmbox r5817 - in trunk: . shell



Author: jmatthew
Date: Fri Jul 25 23:42:34 2008
New Revision: 5817
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5817&view=rev

Log:
2008-07-26  Jonathan Matthew  <jonathan d14n org>

	patch by:  John Daiker  <daikerjohn gmail com>

	* shell/rb-shell-player.c: (rb_shell_player_do_previous):
	Update the header widget properly when seeking back to the start of
	the track.  Fixes #334380.


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	Fri Jul 25 23:42:34 2008
@@ -2059,7 +2059,7 @@
 	    && rb_player_get_time (player->priv->mmplayer) > 3) {
 		rb_debug ("after 3 second previous, restarting song");
 		rb_player_set_time (player->priv->mmplayer, 0);
-		rb_header_sync_time (player->priv->header_widget);
+		rb_shell_player_sync_with_source (player);
 		return TRUE;
 	}
 



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