From bc0a9f7e976a032c2561ecd913fd97cd4ddfacd2 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 3 May 2004 15:04:24 +0000 Subject: [PATCH] Oops... --- ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7076e2cd99..8c113381ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ 2004-05-03 Michael Natterer * app/widgets/gimpdock.c (gimp_dock_key_press_event): new function - which overrides GtkWindow's default handler in order to block - accelearators without any and with modifier while a text - input widget is active. Thanks to Tim Janik for the code. + which overrides GtkWindow's default handler in order to give the + focus widget precedence over accelerators for keys without any + modifier or with modifier. Enables e.g. having a +s + accelerator while still being able to enter 'S' in an entry. + Thanks to Tim Janik for the code. 2004-05-03 Michael Natterer