Mercurial > audlegacy
changeset 1942:4a1e5cb81524 trunk
[svn] - add keypad-enter binding for queueing files in jump-to-file. closes #295.
author | nenolod |
---|---|
date | Sun, 05 Nov 2006 13:29:22 -0800 |
parents | 1aa610fda47b |
children | 488e5560c8b4 |
files | ChangeLog audacious/mainwin.c |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2837] - improve doublesize
--- 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