summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-07-03 10:27:23 +0200
committerAdrien Plazas <kekun.plazas@laposte.net>2020-07-20 08:04:28 +0200
commit0c71793e7cb27ba63fb35c84d0e49ba3806cdcb2 (patch)
tree2b5fb9ab5c4cf9a2bf2cc8de55fd1866688c6b3b
parentf06379e30cdd8cb94016198b7e31363684dc5132 (diff)
downloadgnome-control-center-0c71793e7cb27ba63fb35c84d0e49ba3806cdcb2.tar.gz
Stop using the action HdyActionRow child type
It has been dropped and is now the default child type.
-rw-r--r--panels/datetime/cc-datetime-panel.ui10
-rw-r--r--panels/display/cc-display-settings.ui4
-rw-r--r--panels/display/cc-night-light-page.ui8
-rw-r--r--panels/keyboard/cc-keyboard-panel.ui2
-rw-r--r--panels/lock/cc-lock-panel.ui10
-rw-r--r--panels/network/network-ethernet.ui4
-rw-r--r--panels/usage/cc-usage-panel.ui6
7 files changed, 22 insertions, 22 deletions
diff --git a/panels/datetime/cc-datetime-panel.ui b/panels/datetime/cc-datetime-panel.ui
index 528e8bc26..bf9babbe0 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 50ef951b4..7715ba394 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 9d66b67bb..02b14f731 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 af087b7ab..94fcc1d70 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 fa3037899..f32dde111 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 183633dc7..5736f101d 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 22aac4753..7baf997e2 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>