popover2.ui: Stop trying to set GtkModelButton:label
authorTimm Bäder <mail@baedert.org>
Sun, 6 Oct 2019 10:04:53 +0000 (12:04 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 9 Oct 2019 14:57:22 +0000 (16:57 +0200)
The property is called "text"

tests/popover2.ui

index 49cd3f72e2d3d5d8f3a8327b4a7f986b10f5333b..3a97c1fca24cd61c7e49bdb41df1e485f5abd395 100644 (file)
         </child>
         <child>
           <object class="GtkModelButton">
-            <property name="label">Submenu 1</property>
+            <property name="text">Submenu 1</property>
             <property name="popover">submenu1</property>
           </object>
         </child>
         <child>
           <object class="GtkModelButton">
-            <property name="label">Submenu 2</property>
+            <property name="text">Submenu 2</property>
             <property name="popover">submenu2</property>
           </object>
         </child>
         </child>
         <child>
           <object class="GtkModelButton">
-            <property name="label">Subsubmenu</property>
+            <property name="text">Subsubmenu</property>
             <property name="popover">subsubmenu</property>
           </object>
         </child>