rhythmbox r5955 - in trunk: . plugins/audioscrobbler



Author: mccann
Date: Tue Sep 30 15:05:02 2008
New Revision: 5955
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5955&view=rev

Log:
2008-09-30  William Jon McCann  <jmccann redhat com>

	* plugins/audioscrobbler/rb-lastfm-source.c:
	Use the favorite emblem for the love icon.
	Fixes #553989




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	Tue Sep 30 15:05:02 2008
@@ -273,7 +273,7 @@
 
 static GtkActionEntry rb_lastfm_source_actions [] =
 {
-	{ "LastfmLoveSong", GTK_STOCK_ADD, N_("Love"), NULL,
+	{ "LastfmLoveSong", "emblem-favorite", N_("Love"), NULL,
 	  N_("Mark this song as loved"),
 	  G_CALLBACK (rb_lastfm_source_love_track) },
 	{ "LastfmBanSong", GTK_STOCK_CANCEL, N_("Ban"), NULL,



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