[recipes] Add an "Export All" item to the app menu



commit ce73510669f08f8ec379ae02ff77a4e20d7d4b9d
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 3 17:50:44 2017 -0500

    Add an "Export All" item to the app menu
    
    This is making the new export functionality available
    from the UI.

 src/menus.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index 3d76072..2ed3cfa 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -9,6 +9,11 @@
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
       <item>
+        <attribute name="label" translatable="yes">_Export All</attribute>
+        <attribute name="action">app.export</attribute>
+        <attribute name="hidden-when">action-disabled</attribute>
+      </item>
+      <item>
         <attribute name="label" translatable="yes">_My Chef Information</attribute>
         <attribute name="action">app.chef-information</attribute>
       </item>


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