[libhandy/wip/exalm/more-fixes: 5/5] examples: Don't make the frobnicate row activatable




commit 77c6a42d8340c5bba8d32056311874795edde81b
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jan 19 18:04:40 2022 +0500

    examples: Don't make the frobnicate row activatable
    
    Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/228

 examples/hdy-demo-window.ui | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/examples/hdy-demo-window.ui b/examples/hdy-demo-window.ui
index cd3c0aa9..bda8ec3d 100644
--- a/examples/hdy-demo-window.ui
+++ b/examples/hdy-demo-window.ui
@@ -538,11 +538,10 @@
                                 </child>
                                 <child>
                                   <object class="HdyActionRow">
-                                    <property name="activatable_widget">frobnicate</property>
                                     <property name="title" translatable="yes">Rows can have action 
widgets</property>
                                     <property name="visible">True</property>
                                     <child>
-                                      <object class="GtkButton" id="frobnicate">
+                                      <object class="GtkButton">
                                         <property name="halign">end</property>
                                         <property name="label" translatable="yes">Frobnicate</property>
                                         <property name="valign">center</property>


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