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:
parent
87ef7e25f6
commit
1e06a0e0dd
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue