network: fix a GCC warning
https://bugzilla.gnome.org/show_bug.cgi?id=764296
This commit is contained in:
parent
af6b9b6402
commit
cce521db4a
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ validate (CEPage *page,
|
|||
}
|
||||
|
||||
sc = nm_connection_get_setting_connection (connection);
|
||||
firewall_ui_to_setting (sc, CE_PAGE_SECURITY (page)->firewall_combo);
|
||||
firewall_ui_to_setting (sc, GTK_WIDGET (CE_PAGE_SECURITY (page)->firewall_combo));
|
||||
|
||||
return valid;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue