Mercurial > audlegacy
changeset 2598:472496186cfa trunk
[svn] - how about <Shift>A for Clear A-B?
author | yaz |
---|---|
date | Thu, 01 Mar 2007 08:47:28 -0800 |
parents | 4ce36bfe9cf7 |
children | 37c7a3dbb212 |
files | ChangeLog src/audacious/build_stamp.c src/audacious/ui_manager.c |
diffstat | 3 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 01 08:22:32 2007 -0800 +++ b/ChangeLog Thu Mar 01 08:47:28 2007 -0800 @@ -1,3 +1,11 @@ +2007-03-01 16:22:32 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4204] + - correct a keyboard shortcut collision. closes #824. + + trunk/src/audacious/ui_manager.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-03-01 13:06:49 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4202] - reset the position of the equalizer window properly.
--- a/src/audacious/build_stamp.c Thu Mar 01 08:22:32 2007 -0800 +++ b/src/audacious/build_stamp.c Thu Mar 01 08:47:28 2007 -0800 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070301-4202"; +const gchar *svn_stamp = "20070301-4204";
--- a/src/audacious/ui_manager.c Thu Mar 01 08:22:32 2007 -0800 +++ b/src/audacious/ui_manager.c Thu Mar 01 08:47:28 2007 -0800 @@ -402,7 +402,7 @@ { "ab set", NULL , N_("Set A-B"), "A", N_("Set A-B"), G_CALLBACK(action_ab_set) }, - { "ab clear", NULL , N_("Clear A-B"), "<Ctrl><Alt>S", + { "ab clear", NULL , N_("Clear A-B"), "<Shift>A", N_("Clear A-B"), G_CALLBACK(action_ab_clear) }, { "jump to playlist start", GTK_STOCK_GOTO_TOP , N_("Jump to Playlist Start"), "<Ctrl>Z",