[gnome-control-center] online-accounts: Fix the namespace prefix
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] online-accounts: Fix the namespace prefix
- Date: Wed, 30 Nov 2016 16:18:54 +0000 (UTC)
commit a9701b3024abe1515e2e5f1055a2d3dff20bb429
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Nov 30 13:12:03 2016 +0100
online-accounts: Fix the namespace prefix
The module-wide prefix is 'Cc' and the name of the class is 'GoaPanel',
not 'CcGoa' and 'Panel'.
https://bugzilla.gnome.org/show_bug.cgi?id=774222
panels/online-accounts/cc-online-accounts-panel.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-panel.h
b/panels/online-accounts/cc-online-accounts-panel.h
index 65b7f2a..d479e99 100644
--- a/panels/online-accounts/cc-online-accounts-panel.h
+++ b/panels/online-accounts/cc-online-accounts-panel.h
@@ -25,9 +25,9 @@
G_BEGIN_DECLS
-#define CC_GOA_TYPE_PANEL (cc_goa_panel_get_type ())
-#define CC_GOA_PANEL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CC_GOA_TYPE_PANEL, CcGoaPanel))
-#define CC_GOA_IS_PANEL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CC_GOA_TYPE_PANEL))
+#define CC_TYPE_GOA_PANEL (cc_goa_panel_get_type ())
+#define CC_GOA_PANEL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CC_TYPE_GOA_PANEL, CcGoaPanel))
+#define CC_IS_GOA_PANEL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CC_TYPE_GOA_PANEL))
typedef struct _CcGoaPanel CcGoaPanel;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]