[gnome-control-center] Stop using the action HdyActionRow child type



commit 0c71793e7cb27ba63fb35c84d0e49ba3806cdcb2
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jul 3 10:27:23 2020 +0200

    Stop using the action HdyActionRow child type
    
    It has been dropped and is now the default child type.

 panels/datetime/cc-datetime-panel.ui  | 10 +++++-----
 panels/display/cc-display-settings.ui |  4 ++--
 panels/display/cc-night-light-page.ui |  8 ++++----
 panels/keyboard/cc-keyboard-panel.ui  |  2 +-
 panels/lock/cc-lock-panel.ui          | 10 +++++-----
 panels/network/network-ethernet.ui    |  4 ++--
 panels/usage/cc-usage-panel.ui        |  6 +++---
 7 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/panels/datetime/cc-datetime-panel.ui b/panels/datetime/cc-datetime-panel.ui
index 528e8bc26e..bf9babbe01 100644
--- a/panels/datetime/cc-datetime-panel.ui
+++ b/panels/datetime/cc-datetime-panel.ui
@@ -194,7 +194,7 @@
                             <property name="title" translatable="yes">Automatic _Date &amp; Time</property>
                             <property name="subtitle" translatable="yes">Requires internet access</property>
                             <property name="use_underline">True</property>
-                            <child type="action">
+                            <child>
                               <object class="GtkSwitch" id="network_time_switch">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -214,7 +214,7 @@
                             <property name="can_focus">True</property>
                             <property name="title" translatable="yes">Date &amp; _Time</property>
                             <property name="use_underline">True</property>
-                            <child type="action">
+                            <child>
                               <object class="GtkLabel" id="datetime_label">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
@@ -253,7 +253,7 @@
                             <property name="title" translatable="yes">Automatic Time _Zone</property>
                             <property name="subtitle" translatable="yes">Requires location services enabled 
and internet access</property>
                             <property name="use_underline">True</property>
-                            <child type="action">
+                            <child>
                               <object class="GtkSwitch" id="auto_timezone_switch">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -268,7 +268,7 @@
                             <property name="can_focus">True</property>
                             <property name="title" translatable="yes">Time Z_one</property>
                             <property name="use_underline">True</property>
-                            <child type="action">
+                            <child>
                               <object class="GtkLabel" id="timezone_label">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
@@ -307,7 +307,7 @@
                             <property name="can_focus">True</property>
                             <property name="title" translatable="yes">Time _Format</property>
                             <property name="use_underline">True</property>
-                            <child type="action">
+                            <child>
                               <object class="GtkComboBoxText" id="format_combobox">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
diff --git a/panels/display/cc-display-settings.ui b/panels/display/cc-display-settings.ui
index 50ef951b45..7715ba394c 100644
--- a/panels/display/cc-display-settings.ui
+++ b/panels/display/cc-display-settings.ui
@@ -40,7 +40,7 @@
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="title" translatable="yes">Adjust for TV</property>
-        <child type="action">
+        <child>
           <object class="GtkSwitch" id="underscanning_switch">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
@@ -57,7 +57,7 @@
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="title" translatable="yes" context="display setting">Scale</property>
-        <child type="action">
+        <child>
           <object class="GtkButtonBox" id="scale_bbox">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
diff --git a/panels/display/cc-night-light-page.ui b/panels/display/cc-night-light-page.ui
index 9d66b67bb1..02b14f731c 100644
--- a/panels/display/cc-night-light-page.ui
+++ b/panels/display/cc-night-light-page.ui
@@ -111,7 +111,7 @@
                         <property name="title" translatable="yes">Night Light</property>
                         <property name="activatable-widget">night_light_toggle_switch</property>
 
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="night_light_toggle_switch">
                             <property name="visible">True</property>
                             <property name="valign">center</property>
@@ -127,7 +127,7 @@
                         <property name="title" translatable="yes">Schedule</property>
                         <property name="sensitive" bind-source="night_light_toggle_switch" 
bind-property="active" bind-flags="default|sync-create" />
 
-                        <child type="action">
+                        <child>
                           <object class="GtkComboBoxText" id="schedule_type_combo">
                             <property name="visible">True</property>
                             <property name="valign">center</property>
@@ -148,7 +148,7 @@
                         <property name="title" translatable="yes">Times</property>
                         <property name="sensitive" bind-source="night_light_toggle_switch" 
bind-property="active" bind-flags="default|sync-create" />
 
-                        <child type="action">
+                        <child>
                           <object class="GtkBox" id="box_manual">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -374,7 +374,7 @@
                         <property name="title" translatable="yes">Color Temperature</property>
                         <property name="sensitive" bind-source="night_light_toggle_switch" 
bind-property="active" bind-flags="default|sync-create" />
 
-                        <child type="action">
+                        <child>
                           <object class="GtkScale" id="scale_color_temperature">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
diff --git a/panels/keyboard/cc-keyboard-panel.ui b/panels/keyboard/cc-keyboard-panel.ui
index af087b7abf..94fcc1d705 100644
--- a/panels/keyboard/cc-keyboard-panel.ui
+++ b/panels/keyboard/cc-keyboard-panel.ui
@@ -71,7 +71,7 @@
                             <property name="use-underline">true</property>
                             <property name="title" translatable="yes">Alternate Characters Key</property>
                             <property name="subtitle" translatable="yes">Hold down and type to enter 
different characters</property>
-                            <child type="action">
+                            <child>
                               <object class="GtkLabel" id="value_alternate_chars">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
diff --git a/panels/lock/cc-lock-panel.ui b/panels/lock/cc-lock-panel.ui
index fa30378993..f32dde1115 100644
--- a/panels/lock/cc-lock-panel.ui
+++ b/panels/lock/cc-lock-panel.ui
@@ -46,7 +46,7 @@
                         <property name="activatable-widget">blank_screen_combo</property>
                         <property name="sensitive" bind-source="blank_screen_combo" 
bind-property="sensitive"/>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkComboBoxText" id="blank_screen_combo">
                             <property name="visible">1</property>
                             <property name="valign">center</property>
@@ -65,7 +65,7 @@
                         <property name="title" translatable="yes">Automatic Screen _Lock</property>
                         <property name="activatable-widget">automatic_screen_lock_switch</property>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="automatic_screen_lock_switch">
                             <property name="visible">1</property>
                             <property name="halign">end</property>
@@ -84,7 +84,7 @@
                         <property name="activatable-widget">lock_after_combo</property>
                         <property name="sensitive" bind-source="lock_after_combo" bind-property="sensitive"/>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkComboBoxText" id="lock_after_combo">
                             <property name="visible">1</property>
                             <property name="valign">center</property>
@@ -103,7 +103,7 @@
                         <property name="title" translatable="yes">Show _Notifications on Lock 
Screen</property>
                         <property name="activatable-widget">show_notifications_switch</property>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="show_notifications_switch">
                             <property name="visible">1</property>
                             <property name="halign">end</property>
@@ -121,7 +121,7 @@
                         <property name="subtitle" translatable="yes">Prevent new USB devices from 
interacting with the system when the screen is locked.</property>
                         <property name="activatable-widget">usb_protection_switch</property>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="usb_protection_switch">
                             <property name="visible">true</property>
                             <property name="halign">end</property>
diff --git a/panels/network/network-ethernet.ui b/panels/network/network-ethernet.ui
index 183633dc7a..5736f101dd 100644
--- a/panels/network/network-ethernet.ui
+++ b/panels/network/network-ethernet.ui
@@ -82,7 +82,7 @@
                     <property name="can_focus">False</property>
                     <property name="selectable">False</property>
                     <property name="title">Cable unplugged</property>
-                    <child type="action">
+                    <child>
                       <object class="GtkButton" id="details_button">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
@@ -104,7 +104,7 @@
                        </child>
                      </object>
                     </child>
-                    <child type="action">
+                    <child>
                       <object class="GtkSwitch" id="device_off_switch">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
diff --git a/panels/usage/cc-usage-panel.ui b/panels/usage/cc-usage-panel.ui
index 22aac47537..7baf997e28 100644
--- a/panels/usage/cc-usage-panel.ui
+++ b/panels/usage/cc-usage-panel.ui
@@ -56,7 +56,7 @@
                         <property name="title" translatable="yes">File H_istory</property>
                         <property name="activatable-widget">recently_used_switch</property>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="recently_used_switch">
                             <property name="visible">true</property>
                             <property name="halign">end</property>
@@ -159,7 +159,7 @@
                         <property name="title" translatable="yes">Automatically Delete _Trash 
Content</property>
                         <property name="activatable-widget">purge_trash_switch</property>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="purge_trash_switch">
                             <property name="visible">true</property>
                             <property name="halign">end</property>
@@ -174,7 +174,7 @@
                         <property name="title" translatable="yes">Automatically Delete Temporary 
_Files</property>
                         <property name="activatable-widget">purge_temp_switch</property>
                         <property name="use-underline">true</property>
-                        <child type="action">
+                        <child>
                           <object class="GtkSwitch" id="purge_temp_switch">
                             <property name="visible">true</property>
                             <property name="halign">end</property>


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