rhythmbox r5829 - in trunk: . lib sources widgets



Author: jmatthew
Date: Tue Jul 29 22:25:36 2008
New Revision: 5829
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5829&view=rev

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

	patch by:  Matthias Clasen  <mclasen redhat com>

	* lib/rb-stock-icons.c:
	* sources/rb-podcast-source.c: (rb_podcast_source_init):
	* widgets/rb-entry-view.c: (rb_entry_view_init),
	(rb_entry_view_constructor):
	Use standard icon names.  Fixes #544917.


Modified:
   trunk/ChangeLog
   trunk/lib/rb-stock-icons.c
   trunk/sources/rb-podcast-source.c
   trunk/widgets/rb-entry-view.c

Modified: trunk/lib/rb-stock-icons.c
==============================================================================
--- trunk/lib/rb-stock-icons.c	(original)
+++ trunk/lib/rb-stock-icons.c	Tue Jul 29 22:25:36 2008
@@ -62,8 +62,8 @@
 const char RB_STOCK_PLAYLIST_NEW[] = "playlist-new";
 const char RB_STOCK_AUTO_PLAYLIST[] = "playlist-automatic";
 const char RB_STOCK_AUTO_PLAYLIST_NEW[] = "playlist-automatic-new";
-const char GNOME_MEDIA_SHUFFLE[] = "stock_shuffle";
-const char GNOME_MEDIA_REPEAT[] = "stock_repeat";
+const char GNOME_MEDIA_SHUFFLE[] = "media-playlist-shuffle";
+const char GNOME_MEDIA_REPEAT[] = "media-playlist-repeat";
 const char GNOME_MEDIA_EJECT[] = "media-eject";
 
 static RBInlineIconData inline_icons[] = {

Modified: trunk/sources/rb-podcast-source.c
==============================================================================
--- trunk/sources/rb-podcast-source.c	(original)
+++ trunk/sources/rb-podcast-source.c	Tue Jul 29 22:25:36 2008
@@ -437,7 +437,7 @@
 
 	icon_theme = gtk_icon_theme_get_default ();
 	source->priv->error_pixbuf = gtk_icon_theme_load_icon (icon_theme,
-							       "stock_dialog-error",
+							       "dialog-error",
 							       16,
 							       0,
 							       NULL);

Modified: trunk/widgets/rb-entry-view.c
==============================================================================
--- trunk/widgets/rb-entry-view.c	(original)
+++ trunk/widgets/rb-entry-view.c	Tue Jul 29 22:25:36 2008
@@ -521,17 +521,17 @@
 	icon_theme = gtk_icon_theme_get_default ();
 
 	view->priv->playing_pixbuf = gtk_icon_theme_load_icon (icon_theme,
-                                   			       "stock_media-play",
+                                   			       "media-playback-start",
                                    			       16,
                                    			       0,
                                    			       NULL);
 	view->priv->paused_pixbuf = gtk_icon_theme_load_icon (icon_theme,
-                                   			      "stock_media-pause",
+                                   			      "media-playback-pause",
                                    			      16,
                                    			      0,
                                    			      NULL);
 	view->priv->error_pixbuf = gtk_icon_theme_load_icon (icon_theme,
-                                   			     "stock_dialog-error",
+                                   			     "dialog-error",
                                    			     16,
                                    			     0,
                                    			     NULL);
@@ -1803,7 +1803,7 @@
 							 view,
 							 NULL);
 
-		image_widget = gtk_image_new_from_icon_name ("stock_volume-max", GTK_ICON_SIZE_MENU);
+		image_widget = gtk_image_new_from_icon_name ("audio-volume-high", GTK_ICON_SIZE_MENU);
 		gtk_tree_view_column_set_widget (column, image_widget);
 		gtk_widget_show (image_widget);
 



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