[gnome-text-editor/gnome-42] searchbar: fix warning from GtkBuilder



commit b846c020e7120b15bd9f5143e152d634c81bd7ae
Author: Christian Hergert <chergert redhat com>
Date:   Tue May 17 12:22:37 2022 -0700

    searchbar: fix warning from GtkBuilder
    
    These need to be applied in reverse order currently or we will get
    g_critical() log messages on the console.

 src/editor-search-bar.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/editor-search-bar.ui b/src/editor-search-bar.ui
index 54c6b88..08151ff 100644
--- a/src/editor-search-bar.ui
+++ b/src/editor-search-bar.ui
@@ -137,20 +137,20 @@
             <property name="visible">false</property>
             <child>
               <object class="GtkCheckButton" id="regex_button">
-                <property name="use-underline">true</property>
                 <property name="label" translatable="yes">Re_gular expressions</property>
+                <property name="use-underline">true</property>
               </object>
             </child>
             <child>
               <object class="GtkCheckButton" id="case_button">
-                <property name="use-underline">true</property>
                 <property name="label" translatable="yes">_Case sensitive</property>
+                <property name="use-underline">true</property>
               </object>
             </child>
             <child>
               <object class="GtkCheckButton" id="word_button">
-                <property name="use-underline">true</property>
                 <property name="label" translatable="yes">Match whole _word only</property>
+                <property name="use-underline">true</property>
               </object>
             </child>
             <layout>


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