[epiphany] Rename new window action



commit 55a94682cd46ad3d4c24e9cc1565009e56f619e1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Sep 9 10:29:51 2014 -0500

    Rename new window action
    
    This needs to be named "new-window" and not "new" if we want GNOME Shell
    3.14 to allow the user to open multiple windows from the dock.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736332

 src/ephy-shell.c                           |    2 +-
 src/resources/epiphany-application-menu.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index eb1fc3b..b059108 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -241,7 +241,7 @@ quit_application (GSimpleAction *action,
 }
 
 static GActionEntry app_entries[] = {
-  { "new", new_window, NULL, NULL, NULL },
+  { "new-window", new_window, NULL, NULL, NULL },
   { "new-incognito", new_incognito_window, NULL, NULL, NULL },
   { "bookmarks", show_bookmarks, NULL, NULL, NULL },
   { "history", show_history, NULL, NULL, NULL },
diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui
index abc2eaf..e554ce0 100644
--- a/src/resources/epiphany-application-menu.ui
+++ b/src/resources/epiphany-application-menu.ui
@@ -4,7 +4,7 @@
     <section>
       <item>
         <attribute name="label" translatable="yes">_New Window</attribute>
-        <attribute name="action">app.new</attribute>
+        <attribute name="action">app.new-window</attribute>
         <attribute name="accel">&lt;Primary&gt;n</attribute>
       </item>
       <item>


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