[evolution-data-server] CamelIMAPXListResponse: Fix some macro typos.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] CamelIMAPXListResponse: Fix some macro typos.
- Date: Wed, 7 Aug 2013 15:26:14 +0000 (UTC)
commit 15f525bfe4756f1813c92970fcd65e393aa57b23
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Aug 7 17:27:11 2013 +0200
CamelIMAPXListResponse: Fix some macro typos.
camel/camel-imapx-list-response.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/camel/camel-imapx-list-response.h b/camel/camel-imapx-list-response.h
index ed845fe..c28eecc 100644
--- a/camel/camel-imapx-list-response.h
+++ b/camel/camel-imapx-list-response.h
@@ -30,10 +30,10 @@
(camel_imapx_list_response_get_type ())
#define CAMEL_IMAPX_LIST_RESPONSE(obj) \
(G_TYPE_CHECK_INSTANCE_CAST \
- ((obj), CAMEL_TYPE_IMAPX_LIST_RESPONSE, CamelIMAPXResponse))
+ ((obj), CAMEL_TYPE_IMAPX_LIST_RESPONSE, CamelIMAPXListResponse))
#define CAMEL_IMAPX_LIST_RESPONSE_CLASS(cls) \
(G_TYPE_CHECK_CLASS_CAST \
- ((cls), CAMEL_TYPE_IMAPX_LIST_RESPONSE, CamelIMAPXResponseClass))
+ ((cls), CAMEL_TYPE_IMAPX_LIST_RESPONSE, CamelIMAPXListResponseClass))
#define CAMEL_IS_IMAPX_LIST_RESPONSE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE \
((obj), CAMEL_TYPE_IMAPX_LIST_RESPONSE))
@@ -42,7 +42,7 @@
((cls), CAMEL_TYPE_IMAPX_LIST_RESPONSE))
#define CAMEL_IMAPX_LIST_RESPONSE_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS \
- ((obj), CAMEL_TYPE_IMAPX_LIST_RESPONSE, CamelIMAPXResponseClass))
+ ((obj), CAMEL_TYPE_IMAPX_LIST_RESPONSE, CamelIMAPXListResponseClass))
/* RFC 3501 Standard Flags */
#define CAMEL_IMAPX_LIST_ATTR_MARKED "\\Marked"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]