# HG changeset patch # User nenolod # Date 1162762162 28800 # Node ID 4a1e5cb815247931218dc7312a0276d9fe51f9c9 # Parent 1aa610fda47b31510a63a562deb2457f177fe9d7 [svn] - add keypad-enter binding for queueing files in jump-to-file. closes #295. diff -r 1aa610fda47b -r 4a1e5cb81524 ChangeLog --- a/ChangeLog Sun Nov 05 12:22:41 2006 -0800 +++ b/ChangeLog Sun Nov 05 13:29:22 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-05 20:22:41 +0000 William Pitcock + revision [2839] + - update russian translation + + trunk/po/ru.po | 1754 +++++++++++++++++---------------------------------------- + 1 file changed, 530 insertions(+), 1224 deletions(-) + + 2006-11-05 20:17:53 +0000 William Pitcock revision [2837] - improve doublesize diff -r 1aa610fda47b -r 4a1e5cb81524 audacious/mainwin.c --- a/audacious/mainwin.c Sun Nov 05 12:22:41 2006 -0800 +++ b/audacious/mainwin.c Sun Nov 05 13:29:22 2006 -0800 @@ -1822,9 +1822,14 @@ gtk_widget_destroy(mainwin_jtf); mainwin_jtf = NULL; return TRUE; + case GDK_KP_Enter: + mainwin_jump_to_file_queue_cb(NULL, data); + return TRUE; default: return FALSE; }; + + return FALSE; } static gboolean