[gnome-builder/wip/chergert/perspective] tab: wire up proper action name



commit 26b0acb32bdacab66d0925c1674e015d86254ed7
Author: Christian Hergert <chergert redhat com>
Date:   Fri Dec 11 01:05:34 2015 -0800

    tab: wire up proper action name

 data/ui/ide-layout-tab.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/ide-layout-tab.ui b/data/ui/ide-layout-tab.ui
index d5466ba..cf749ac 100644
--- a/data/ui/ide-layout-tab.ui
+++ b/data/ui/ide-layout-tab.ui
@@ -13,7 +13,7 @@
             </style>
             <child>
               <object class="GtkButton" id="backward_button">
-                <property name="action-name">go-backward</property>
+                <property name="action-name">view-stack.go-backward</property>
                 <property name="focus-on-click">false</property>
                 <property name="visible">true</property>
                 <child>
@@ -26,7 +26,7 @@
             </child>
             <child>
               <object class="GtkButton" id="forward_button">
-                <property name="action-name">go-forward</property>
+                <property name="action-name">view-stack.go-forward</property>
                 <property name="focus-on-click">false</property>
                 <property name="visible">true</property>
                 <child>


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