[shotwell] Add missing tags context menu



commit 48a0f15cf9c76ee91e8c85b2625099daa53db303
Author: Jens Georg <mail jensge org>
Date:   Fri Dec 16 21:31:32 2016 +0100

    Add missing tags context menu
    
    Signed-off-by: Jens Georg <mail jensge org>

 ui/tags.ui |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/ui/tags.ui b/ui/tags.ui
index e2cb3cf..29d70d4 100644
--- a/ui/tags.ui
+++ b/ui/tags.ui
@@ -345,7 +345,7 @@
             <item>
               <attribute name="label" translatable="yes">Camera</attribute>
               <attribute name="action">win.RawDeveloper</attribute>
-              <attribute name="action">Camera</attribute>
+              <attribute name="target">Camera</attribute>
             </item>
           </section>
         </submenu>
@@ -406,5 +406,19 @@
   </menu>
 
   <menu id="TagsContextMenu">
+    <section>
+      <attribute name="label" translatable="yes">_New</attribute>
+      <attribute name="action">win.NewChildTagSidebar</attribute>
+    </section>
+    <section>
+      <item>
+        <attribute name="label" translatable="yes">_Renameā€¦</attribute>
+        <attribute name="action">win.RenameTag</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">_Delete</attribute>
+        <attribute name="action">win.DeleteTag</attribute>
+      </item>
+    </section>
   </menu>
 </interface>


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