[gnome-control-center] network: Fix type in EAPMethod interface



commit cec32ae47e8b1d9a3c052b02664675c962960066
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Dec 3 09:11:45 2019 +1300

    network: Fix type in EAPMethod interface

 panels/network/wireless-security/eap-method.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/network/wireless-security/eap-method.h b/panels/network/wireless-security/eap-method.h
index f51f309c9..d5531e2aa 100644
--- a/panels/network/wireless-security/eap-method.h
+++ b/panels/network/wireless-security/eap-method.h
@@ -27,7 +27,7 @@
 
 G_BEGIN_DECLS
 
-G_DECLARE_INTERFACE (EAPMethod, eap_method, EAP, METHOD, GtkGrid)
+G_DECLARE_INTERFACE (EAPMethod, eap_method, EAP, METHOD, GObject)
 
 struct _EAPMethodInterface {
        GTypeInterface g_iface;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]