[evince] shell: Restore shortcut to open a new document



commit a31db8469cb919cb9aa356413b30bcb6ac3ff225
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Mon Sep 3 10:58:52 2018 -0300

    shell: Restore shortcut to open a new document

 shell/ev-application.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index eb771d46..42fef8cb 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -1006,7 +1006,7 @@ ev_application_startup (GApplication *gapplication)
         };
 
         const gchar *action_accels[] = {
-          "win.win",                    "<Ctrl>O", NULL,
+          "win.open",                   "<Ctrl>O", NULL,
           "win.open-copy",              "<Ctrl>N", NULL,
           "win.save-as",                "<Ctrl>S", NULL,
           "win.print",                  "<Ctrl>P", NULL,


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