[gnome-control-center/gbsneto/fix-language-chooser: 2/2] common: Rename 'check' to 'check_image'




commit af5d13e7b513f5642b32d77ab0179906047211eb
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Feb 23 10:26:09 2021 -0300

    common: Rename 'check' to 'check_image'
    
    The C code tries to fetch and use 'check_image', but the UI definition
    calls it 'check', which throws a few warnings. Renaming it in the UI file
    is easier than in the C file, so I went with the former.

 panels/common/cc-language-row.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/common/cc-language-row.ui b/panels/common/cc-language-row.ui
index 3f2d67b68..957df54ab 100644
--- a/panels/common/cc-language-row.ui
+++ b/panels/common/cc-language-row.ui
@@ -18,7 +18,7 @@
           </object>
         </child>
         <child>
-          <object class="GtkImage" id="check">
+          <object class="GtkImage" id="check_image">
             <property name="visible">False</property>
             <property name="icon-name">object-select-symbolic</property>
             <property name="icon-size">1</property>


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