[eog/wip/gaction-migration] EogApplication: Restore accelerator for Save As



commit 419b0ec142fbe64b7ae5267f42275e6c0edef2fa
Author: Felix Riemann <friemann gnome org>
Date:   Sun Dec 21 15:52:03 2014 +0100

    EogApplication: Restore accelerator for Save As
    
    This one fell under the rug in commit 31368a7d.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741050

 src/eog-application.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-application.c b/src/eog-application.c
index 577a2cf..b94aead 100644
--- a/src/eog-application.c
+++ b/src/eog-application.c
@@ -234,6 +234,7 @@ eog_application_init_accelerators (GtkApplication *application)
        static const gchar * const accelmap[] = {
                "win.open",             "<Ctrl>o", NULL ,
                "win.save",             "<Ctrl>s", NULL ,
+               "win.save-as",          "<Ctrl><shift>s", NULL,
                "win.print",            "<Ctrl>p", NULL,
                "win.properties",       "<Alt>Return", NULL,
                "win.set-wallpaper",    "<Ctrl>F8", NULL,


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