changeset 4056:9e7fe796537f

last optic tweaks before sleeping (this is so addicting! :-) , desowin should like it :)
author mf0102 <0102@gmx.at>
date Sun, 02 Dec 2007 22:45:04 +0100
parents cb1fdf8bafac
children 0191b9b4dd35
files Skins/Default/pledit.png src/audacious/ui_manager.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file Skins/Default/pledit.png has changed
--- a/src/audacious/ui_manager.c	Sun Dec 02 21:35:04 2007 +0100
+++ b/src/audacious/ui_manager.c	Sun Dec 02 22:45:04 2007 +0100
@@ -307,11 +307,11 @@
 	  N_("Randomizes the playlist."),
 	  G_CALLBACK(action_playlist_randomize_list) },
 
-	{ "playlist reverse list", NULL , N_("Reverse List"), NULL,
+	{ "playlist reverse list", GTK_STOCK_GO_UP , N_("Reverse List"), NULL,
 	  N_("Reverses the playlist."),
 	  G_CALLBACK(action_playlist_reverse_list) },
 
-	{ "playlist sort menu", NULL , N_("Sort List") },
+	{ "playlist sort menu", GTK_STOCK_GO_DOWN , N_("Sort List") },
 
 	{ "playlist sort by title", NULL , N_("By Title"), NULL,
 	  N_("Sorts the list by title."),
@@ -341,7 +341,7 @@
 	  N_("Sorts the list by playlist entry."),
 	  G_CALLBACK(action_playlist_sort_by_playlist_entry) },
 
-	{ "playlist sort selected menu", NULL , N_("Sort Selected") },
+	{ "playlist sort selected menu", GTK_STOCK_GO_DOWN , N_("Sort Selected") },
 
 	{ "playlist sort selected by title", NULL , N_("By Title"), NULL,
 	  N_("Sorts the list by title."),