Hello Evince team,
My name is Nivaldo, I'm a member of Lab Macambira, a new free software
development team in Brazil.
I was demonstrating the form filling feature to my friend when I noticed
that if you tried to input the 'n' key, the program would go to the next
page and not type 'n'.
Since I was already studying the evince code, I decided to fix it.
So I made the following patch that fixed the bug.
This is about the 3.1.2 version, that I obtained through git very recently.
Hope to have helped.
Regards,
Nivaldo Bondança
From c1acbdd3cca697f79120575084fb87ecf7477359 Mon Sep 17 00:00:00 2001
From: Nivaldo Bondanca <[email protected]>
Date: Tue, 19 Jul 2011 17:08:02 -0300
Subject: [PATCH] Fixed the "n" problem, while inserting annotations
---
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"
--
1.7.4.1
_______________________________________________
evince-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evince-list