[epiphany] ephy-shell: fix the incognito app menu item



commit a73a06802fa50f4eba0ba452304294f39cfb08f4
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Dec 12 13:34:33 2012 +0100

    ephy-shell: fix the incognito app menu item

 src/ephy-shell.c                           |    2 +-
 src/resources/epiphany-application-menu.ui |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 813eea3..a44c923 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -226,7 +226,7 @@ quit_application (GSimpleAction *action,
 
 static GActionEntry app_entries[] = {
   { "new", new_window, NULL, NULL, NULL },
-  { "incognito", new_incognito_window, NULL, NULL, NULL },
+  { "new-incognito", new_incognito_window, NULL, NULL, NULL },
   { "bookmarks", show_bookmarks, NULL, NULL, NULL },
   { "history", show_history, NULL, NULL, NULL },
   { "preferences", show_preferences, NULL, NULL, NULL },
diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui
index 36fa068..6b4523b 100644
--- a/src/resources/epiphany-application-menu.ui
+++ b/src/resources/epiphany-application-menu.ui
@@ -4,13 +4,13 @@
     <section>
       <item>
         <attribute name="label" translatable="yes">_New Window</attribute>
-        <attribute name="action">app.new-incognito</attribute>
-        <attribute name="accel">&lt;Primary&gt;i</attribute>
+        <attribute name="action">app.new</attribute>
+        <attribute name="accel">&lt;Primary&gt;n</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">New _Incognito Window</attribute>
-        <attribute name="action">app.new</attribute>
-        <attribute name="accel">&lt;Primary&gt;n</attribute>
+        <attribute name="action">app.new-incognito</attribute>
+        <attribute name="accel">&lt;Primary&gt;i</attribute>
       </item>
     </section>
     <section>



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