changeset 1934:886b479afe63 trunk

[svn] - assign Control+Shift+R keybinding. to Randomize Playlist. Closes #529
author nenolod
date Sat, 04 Nov 2006 23:34:22 -0800
parents f582d426471d
children 2fb61f0bd143
files ChangeLog audacious/ui_playlist.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2821]
   - return -1 if audacious server is not running
--- 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"), "<Ctrl><Shift>R", plsort_menu_callback,
      PLAYLISTWIN_SORT_RANDOMIZE, "<ImageItem>", randomizepl_pixbuf},
     {N_("/Reverse List"), NULL, plsort_menu_callback,
      PLAYLISTWIN_SORT_REVERSE, "<ImageItem>", invertpl_pixbuf},