From f70597c49ef593b3e2e227dd36b6df2641da74bb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 13 Dec 2000 19:56:34 +0000 Subject: change a bunch of IS_CAMEL_* macros to CAMEL_IS_* * Namespace cleanup: change a bunch of IS_CAMEL_* macros to CAMEL_IS_* svn path=/trunk/; revision=6972 --- camel/camel-mime-filter-from.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-filter-from.h') diff --git a/camel/camel-mime-filter-from.h b/camel/camel-mime-filter-from.h index ac526b6e15..730f92f5e4 100644 --- a/camel/camel-mime-filter-from.h +++ b/camel/camel-mime-filter-from.h @@ -26,7 +26,7 @@ #define CAMEL_MIME_FILTER_FROM(obj) CAMEL_CHECK_CAST (obj, camel_mime_filter_from_get_type (), CamelMimeFilterFrom) #define CAMEL_MIME_FILTER_FROM_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_mime_filter_from_get_type (), CamelMimeFilterFromClass) -#define IS_CAMEL_MIME_FILTER_FROM(obj) CAMEL_CHECK_TYPE (obj, camel_mime_filter_from_get_type ()) +#define CAMEL_IS_MIME_FILTER_FROM(obj) CAMEL_CHECK_TYPE (obj, camel_mime_filter_from_get_type ()) typedef struct _CamelMimeFilterFrom CamelMimeFilterFrom; typedef struct _CamelMimeFilterFromClass CamelMimeFilterFromClass; -- cgit