[gnome-control-center] network/ce: Fix address label ids on ip4-page



commit 1e06a0e0dda558f1559cef244344a6a841497d0a
Author: Christian Glombek <lorbus fedoraproject org>
Date:   Sun Jun 12 21:41:45 2022 +0200

    network/ce: Fix address label ids on ip4-page
    
    In https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/861d762ce5c1538fda2167eacf6b8e3fe1a98dbd,
    the address labels on the IPv4 page were renamed, however the corresponding
    change was not made in the respective .ui file, which results in a crash upon
    construction of the page. This change fixes that.

 panels/network/connection-editor/ip4-page.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/network/connection-editor/ip4-page.ui b/panels/network/connection-editor/ip4-page.ui
index 2b1308b7a..a2210ea8a 100644
--- a/panels/network/connection-editor/ip4-page.ui
+++ b/panels/network/connection-editor/ip4-page.ui
@@ -107,7 +107,7 @@
                           <object class="GtkBox">
                             <property name="orientation">horizontal</property>
                             <child>
-                              <object class="GtkLabel" id="address_label">
+                              <object class="GtkLabel" id="address_address_label">
                                 <property name="hexpand">True</property>
                                 <property name="label" translatable="yes">Address</property>
                                 <style>
@@ -119,7 +119,7 @@
                               </object>
                             </child>
                             <child>
-                              <object class="GtkLabel" id="netmask_label">
+                              <object class="GtkLabel" id="address_netmask_label">
                                 <property name="hexpand">True</property>
                                 <property name="label" translatable="yes">Netmask</property>
                                 <style>
@@ -131,7 +131,7 @@
                               </object>
                             </child>
                             <child>
-                              <object class="GtkLabel" id="gateway_label">
+                              <object class="GtkLabel" id="address_gateway_label">
                                 <property name="hexpand">True</property>
                                 <property name="label" translatable="yes">Gateway</property>
                                 <style>


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