# HG changeset patch # User nenolod # Date 1162712062 28800 # Node ID 886b479afe6321f8f43ade1884816421c8fbba6e # Parent f582d426471d23ddec6537fb3abfb65b07f49e76 [svn] - assign Control+Shift+R keybinding. to Randomize Playlist. Closes #529 diff -r f582d426471d -r 886b479afe63 ChangeLog --- a/ChangeLog Sat Nov 04 21:41:23 2006 -0800 +++ b/ChangeLog Sat Nov 04 23:34:22 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-05 05:41:23 +0000 William Pitcock + revision [2823] + - fix X11 hinting for the preferences window, fixes bug #559. + + trunk/audacious/glade/prefswin.glade | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-11-04 21:50:43 +0000 William Pitcock revision [2821] - return -1 if audacious server is not running diff -r f582d426471d -r 886b479afe63 audacious/ui_playlist.c --- a/audacious/ui_playlist.c Sat Nov 04 21:41:23 2006 -0800 +++ b/audacious/ui_playlist.c Sat Nov 04 23:34:22 2006 -0800 @@ -242,7 +242,7 @@ }; static GtkItemFactoryEntry plsort_menu_entries[] = { - {N_("/Randomize List"), NULL, plsort_menu_callback, + {N_("/Randomize List"), "R", plsort_menu_callback, PLAYLISTWIN_SORT_RANDOMIZE, "", randomizepl_pixbuf}, {N_("/Reverse List"), NULL, plsort_menu_callback, PLAYLISTWIN_SORT_REVERSE, "", invertpl_pixbuf},