[gnome-builder/wip/chergert/layout] layout: adjust terminal action name



commit bee28ef4358de114c78d26c66f59422da73d3d56
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 28 02:51:41 2017 -0700

    layout: adjust terminal action name

 libide/layout/ide-layout-stack-header.ui |    2 +-
 libide/layout/ide-layout-stack.ui        |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libide/layout/ide-layout-stack-header.ui b/libide/layout/ide-layout-stack-header.ui
index d46b67f..094814e 100644
--- a/libide/layout/ide-layout-stack-header.ui
+++ b/libide/layout/ide-layout-stack-header.ui
@@ -82,7 +82,7 @@
             </child>
             <child>
               <object class="GtkButton">
-                <property name="action-name">editor.new-terminal</property>
+                <property name="action-name">win.new-terminal</property>
                 <property name="visible">true</property>
                 <style>
                   <class name="image-button"/>
diff --git a/libide/layout/ide-layout-stack.ui b/libide/layout/ide-layout-stack.ui
index 017a161..cf15da7 100644
--- a/libide/layout/ide-layout-stack.ui
+++ b/libide/layout/ide-layout-stack.ui
@@ -84,7 +84,7 @@
             <child>
               <object class="IdeShortcutLabel">
                 <property name="title" translatable="yes">New terminal</property>
-                <property name="action">editor.new-terminal</property>
+                <property name="action">win.new-terminal</property>
                 <property name="visible">true</property>
                 <!-- Remove after auto accel tracking -->
                 <property name="accel">Ctrl+Shift+T</property>
@@ -105,7 +105,7 @@
                 </child>
                 <child>
                   <object class="GtkButton">
-                    <property name="action-name">editor.new-terminal</property>
+                    <property name="action-name">win.new-terminal</property>
                     <property name="label" translatable="yes">New Terminal</property>
                     <property name="visible">true</property>
                   </object>


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