network/ce: Fix address label ids on ip4-page

In 861d762ce5,
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.
This commit is contained in:
Christian Glombek 2022-06-12 21:41:45 +02:00 committed by Robert Ancell
parent 87ef7e25f6
commit 1e06a0e0dd

View file

@ -107,7 +107,7 @@
<object class="GtkBox"> <object class="GtkBox">
<property name="orientation">horizontal</property> <property name="orientation">horizontal</property>
<child> <child>
<object class="GtkLabel" id="address_label"> <object class="GtkLabel" id="address_address_label">
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="label" translatable="yes">Address</property> <property name="label" translatable="yes">Address</property>
<style> <style>
@ -119,7 +119,7 @@
</object> </object>
</child> </child>
<child> <child>
<object class="GtkLabel" id="netmask_label"> <object class="GtkLabel" id="address_netmask_label">
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="label" translatable="yes">Netmask</property> <property name="label" translatable="yes">Netmask</property>
<style> <style>
@ -131,7 +131,7 @@
</object> </object>
</child> </child>
<child> <child>
<object class="GtkLabel" id="gateway_label"> <object class="GtkLabel" id="address_gateway_label">
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="label" translatable="yes">Gateway</property> <property name="label" translatable="yes">Gateway</property>
<style> <style>