aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/maildir/camel-maildir-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/maildir/camel-maildir-store.h')
-rw-r--r--camel/providers/maildir/camel-maildir-store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/maildir/camel-maildir-store.h b/camel/providers/maildir/camel-maildir-store.h
index 1a95ed1436..13f6481292 100644
--- a/camel/providers/maildir/camel-maildir-store.h
+++ b/camel/providers/maildir/camel-maildir-store.h
@@ -37,7 +37,7 @@ extern "C" {
#define CAMEL_MAILDIR_STORE_TYPE (camel_maildir_store_get_type ())
#define CAMEL_MAILDIR_STORE(obj) (GTK_CHECK_CAST((obj), CAMEL_MAILDIR_STORE_TYPE, CamelMaildirStore))
#define CAMEL_MAILDIR_STORE_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_MAILDIR_STORE_TYPE, CamelMaildirStoreClass))
-#define IS_CAMEL_MAILDIR_STORE(o) (GTK_CHECK_TYPE((o), CAMEL_MAILDIR_STORE_TYPE))
+#define CAMEL_IS_MAILDIR_STORE(o) (GTK_CHECK_TYPE((o), CAMEL_MAILDIR_STORE_TYPE))
typedef struct {