[evolution-kolab] EBookBackendKolab: fixed typo in class macro name
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] EBookBackendKolab: fixed typo in class macro name
- Date: Wed, 29 Aug 2012 10:05:00 +0000 (UTC)
commit af2c1b96e2e780cf67b88484e46c9a9c21548668
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Wed Aug 29 12:04:41 2012 +0200
EBookBackendKolab: fixed typo in class macro name
src/addressbook/e-book-backend-kolab.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-kolab.h b/src/addressbook/e-book-backend-kolab.h
index d4edfe2..18ad3c9 100644
--- a/src/addressbook/e-book-backend-kolab.h
+++ b/src/addressbook/e-book-backend-kolab.h
@@ -45,7 +45,7 @@
#define E_BOOK_BACKEND_KOLAB(obj) \
(G_TYPE_CHECK_INSTANCE_CAST \
((obj), E_TYPE_BOOK_BACKEND_KOLAB, EBookBackendKolab))
-#define E_BOOK_BACKEND_KOLAB__CLASS(cls) \
+#define E_BOOK_BACKEND_KOLAB_CLASS(cls) \
(G_TYPE_CHECK_CLASS_CAST \
((cls), E_TYPE_BOOK_BACKEND_KOLAB, EBookBackendKolabClass))
#define E_IS_BOOK_BACKEND_KOLAB(obj) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]