network: Really really fix cloned MAC support
And now that we're reading a text entry, read the correct one 🙄
Follow-up to a2a70c7
This commit is contained in:
parent
9b9e0e076a
commit
6df5cc00ce
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ ui_to_setting (CEPageEthernet *page)
|
|||
device_mac = ce_page_trim_address (text);
|
||||
}
|
||||
|
||||
text = gtk_entry_get_text (GTK_ENTRY (entry));
|
||||
text = gtk_entry_get_text (GTK_ENTRY (page->cloned_mac));
|
||||
cloned_mac = ce_page_trim_address (text);
|
||||
|
||||
g_object_set (page->setting_wired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue