Mercurial > audlegacy
changeset 2597:4ce36bfe9cf7 trunk
[svn] - correct a keyboard shortcut collision. closes #824.
author | nenolod |
---|---|
date | Thu, 01 Mar 2007 08:22:32 -0800 |
parents | 9903326fddf2 |
children | 472496186cfa |
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 05:06:49 2007 -0800 +++ b/ChangeLog Thu Mar 01 08:22:32 2007 -0800 @@ -1,3 +1,11 @@ +2007-03-01 13:06:49 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4202] + - reset the position of the equalizer window properly. + + trunk/src/audacious/ui_equalizer.c | 10 +--------- + 1 file changed, 1 insertion(+), 9 deletions(-) + + 2007-03-01 13:02:59 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4200] - only discard GdkMotion events.
--- a/src/audacious/build_stamp.c Thu Mar 01 05:06:49 2007 -0800 +++ b/src/audacious/build_stamp.c Thu Mar 01 08:22:32 2007 -0800 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070301-4200"; +const gchar *svn_stamp = "20070301-4202";
--- a/src/audacious/ui_manager.c Thu Mar 01 05:06:49 2007 -0800 +++ b/src/audacious/ui_manager.c Thu Mar 01 08:22:32 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>S", + { "ab clear", NULL , N_("Clear A-B"), "<Ctrl><Alt>S", N_("Clear A-B"), G_CALLBACK(action_ab_clear) }, { "jump to playlist start", GTK_STOCK_GOTO_TOP , N_("Jump to Playlist Start"), "<Ctrl>Z",