[evince] Disable shortcut 'n' while editing form fields



commit 793361c15adc25a6169c6adac381ef8bdebd85da
Author: Nivaldo Bondanca <hick209 gmail com>
Date:   Tue Jul 19 17:08:02 2011 -0300

    Disable shortcut 'n' while editing form fields
    
    Fixes bug #654927.

 shell/ev-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 30b9e94..7837196 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -573,6 +573,7 @@ static const gchar *view_accels[] = {
 	"KpPlus",
 	"KpMinus",
 	"Equal",
+	"n",
 	"p",
 	"BestFit",
 	"PageWidth"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]