[shotwell/shotwell-0.30] ui: Fix missing Publish menu item



commit ac10c32e1497dbae01bb558f340b96765381a075
Author: Jens Georg <mail jensge org>
Date:   Sat Oct 10 16:20:44 2020 +0200

    ui: Fix missing Publish menu item
    
    More of a work-around. The id attribute was added twice to a section, so
    add another section as a work-around for now
    
    Fixes #290

 ui/photo.ui | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ui/photo.ui b/ui/photo.ui
index 3219557c1..3b93546df 100644
--- a/ui/photo.ui
+++ b/ui/photo.ui
@@ -23,12 +23,14 @@
       <attribute name="id">PrintPlaceholder</attribute>
       </section>
       <section>
-      <attribute name="id">PublishPlaceholder</attribute>
+        <attribute name="id">PublishPlaceholder</attribute>
+      </section>
+      <section>
         <item>
           <attribute name="label" translatable="yes">Send _To…</attribute>
           <attribute name="action">win.SendTo</attribute>
         </item>
-      <attribute name="id">SetBackgroundPlaceholder</attribute>
+        <attribute name="id">SetBackgroundPlaceholder</attribute>
       </section>
       <section>
         <item>


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