[epiphany] Rearrange bookmarks app menu items



commit deef6135e301f94df20193f7745cd159312666ac
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Feb 8 12:50:00 2017 -0600

    Rearrange bookmarks app menu items
    
    To be less confusing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778280

 src/resources/gtk/application-menu.ui |   27 ++++++++++++---------------
 1 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/src/resources/gtk/application-menu.ui b/src/resources/gtk/application-menu.ui
index 0aaf40d..f86a710 100644
--- a/src/resources/gtk/application-menu.ui
+++ b/src/resources/gtk/application-menu.ui
@@ -19,21 +19,18 @@
       </item>
     </section>
     <section>
-      <submenu>
-        <attribute name="label" translatable="yes">_Bookmarks</attribute>
-        <section>
-          <item>
-            <attribute name="label" translatable="yes">I_mport Bookmarks</attribute>
-            <attribute name="action">app.import-bookmarks</attribute>
-            <attribute name="accel">&lt;shift&gt;&lt;Primary&gt;m</attribute>
-          </item>
-          <item>
-            <attribute name="label" translatable="yes">E_xport Bookmarks</attribute>
-            <attribute name="action">app.export-bookmarks</attribute>
-            <attribute name="accel">&lt;shift&gt;&lt;Primary&gt;x</attribute>
-          </item>
-        </section>
-      </submenu>
+      <item>
+        <attribute name="label" translatable="yes">I_mport Bookmarks</attribute>
+        <attribute name="action">app.import-bookmarks</attribute>
+        <attribute name="accel">&lt;shift&gt;&lt;Primary&gt;m</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">E_xport Bookmarks</attribute>
+        <attribute name="action">app.export-bookmarks</attribute>
+        <attribute name="accel">&lt;shift&gt;&lt;Primary&gt;x</attribute>
+      </item>
+    </section>
+    <section>
       <item>
         <attribute name="label" translatable="yes">_History</attribute>
         <attribute name="action">app.history</attribute>


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