[pitivi/1.0] mainmenu: Properly namespace action names



commit 0c09156921c57840d0f7e71ce5db5329c4ff0b1e
Author: Thibault Saunier <tsaunier igalia com>
Date:   Thu May 16 18:46:02 2019 -0400

    mainmenu: Properly namespace action names
    
    Otherwise no action will be associated with them and the menu item will never be usable

 data/ui/mainmenubutton.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/mainmenubutton.ui b/data/ui/mainmenubutton.ui
index 24583386..a171eb51 100644
--- a/data/ui/mainmenubutton.ui
+++ b/data/ui/mainmenubutton.ui
@@ -46,7 +46,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip_text" translatable="yes">Reload the current project</property>
-            <property name="action_name">editor.revert-to-saved</property>
+            <property name="action_name">win.revert-to-saved</property>
             <property name="text" translatable="yes">Revert to saved version</property>
           </object>
         </child>
@@ -55,7 +55,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip_text" translatable="yes">Export the current project and all its media in 
a .tar archive</property>
-            <property name="action_name">editor.export-project</property>
+            <property name="action_name">win.export-project</property>
             <property name="text" translatable="yes">Export as Archive...</property>
           </object>
         </child>
@@ -70,7 +70,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip_text" translatable="yes">Export the frame at the current playhead 
position as an image file.</property>
-            <property name="action_name">editor.save-frame</property>
+            <property name="action_name">win.save-frame</property>
             <property name="text" translatable="yes">Export current frame...</property>
           </object>
         </child>
@@ -85,7 +85,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip_text" translatable="yes">Edit the project settings</property>
-            <property name="action_name">editor.project-settings</property>
+            <property name="action_name">win.project-settings</property>
             <property name="text" translatable="yes">Project Settings</property>
           </object>
         </child>


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