rhythmbox r6095 - in trunk: . plugins/audioscrobbler



Author: jmatthew
Date: Mon Dec  8 11:25:53 2008
New Revision: 6095
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6095&view=rev

Log:
2008-12-08  Jonathan Matthew  <jonathan d14n org>

	patch by:  John Daiker  <daikerjohn gmail com>

	* plugins/audioscrobbler/rb-lastfm-source.c:
	(rb_lastfm_source_ban_track):
	Skip to next track when banning the current track.  Fixes #552563.


Modified:
   trunk/ChangeLog
   trunk/plugins/audioscrobbler/rb-lastfm-source.c

Modified: trunk/plugins/audioscrobbler/rb-lastfm-source.c
==============================================================================
--- trunk/plugins/audioscrobbler/rb-lastfm-source.c	(original)
+++ trunk/plugins/audioscrobbler/rb-lastfm-source.c	Mon Dec  8 11:25:53 2008
@@ -1176,6 +1176,8 @@
 	gtk_action_set_sensitive (action, FALSE);
 	action = gtk_action_group_get_action (source->priv->action_group, "LastfmBanSong");
 	gtk_action_set_sensitive (action, FALSE);
+
+	rb_shell_player_do_next (source->priv->shell_player, NULL);
 }
 
 static void



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