summaryrefslogtreecommitdiff
path: root/src/connection-editor/page-wifi-security.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection-editor/page-wifi-security.c')
-rw-r--r--src/connection-editor/page-wifi-security.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection-editor/page-wifi-security.c b/src/connection-editor/page-wifi-security.c
index 3e8d50e4..73c85ca3 100644
--- a/src/connection-editor/page-wifi-security.c
+++ b/src/connection-editor/page-wifi-security.c
@@ -448,7 +448,7 @@ dispose (GObject *object)
}
static gboolean
-validate (CEPage *page, NMConnection *connection, GError **error)
+ce_page_validate_v (CEPage *page, NMConnection *connection, GError **error)
{
CEPageWifiSecurity *self = CE_PAGE_WIFI_SECURITY (page);
CEPageWifiSecurityPrivate *priv = CE_PAGE_WIFI_SECURITY_GET_PRIVATE (self);
@@ -515,5 +515,5 @@ ce_page_wifi_security_class_init (CEPageWifiSecurityClass *wireless_security_cla
/* virtual methods */
object_class->dispose = dispose;
- parent_class->validate = validate;
+ parent_class->ce_page_validate_v = ce_page_validate_v;
}