# HG changeset patch # User mf0102 <0102@gmx.at> # Date 1196631904 -3600 # Node ID 9e7fe796537fea294b7cd58c89e7239fca0148d2 # Parent cb1fdf8bafaca8dc671eb098f58b37fd80a92f67 last optic tweaks before sleeping (this is so addicting! :-) , desowin should like it :) diff -r cb1fdf8bafac -r 9e7fe796537f Skins/Default/pledit.png Binary file Skins/Default/pledit.png has changed diff -r cb1fdf8bafac -r 9e7fe796537f src/audacious/ui_manager.c --- 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."),