diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 23:35:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 23:35:43 +0800 |
commit | 9663037f6c0daaf03d74c88afb002a6bb33f222b (patch) | |
tree | a6edccc1e5963511d0734e3171b97d853bf14b5c /camel/camel-session.h | |
parent | ca7044930f42a698fd88f914c2512a20e2eeaae9 (diff) | |
download | gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.gz gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.bz2 gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.lz gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.xz gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.zst gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.zip |
More work:
- Fixed some Camel API naming issues.
- Moved the message composer stuff to the `composer' directory.
svn path=/trunk/; revision=1395
Diffstat (limited to 'camel/camel-session.h')
-rw-r--r-- | camel/camel-session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-session.h b/camel/camel-session.h index 3e7b09877b..0b40e71dd7 100644 --- a/camel/camel-session.h +++ b/camel/camel-session.h @@ -44,7 +44,7 @@ typedef struct _CamelSession CamelSession; #define CAMEL_SESSION_TYPE (camel_session_get_type ()) #define CAMEL_SESSION(obj) (GTK_CHECK_CAST((obj), CAMEL_SESSION_TYPE, CamelSession)) #define CAMEL_SESSION_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_SESSION_TYPE, CamelSessionClass)) -#define IS_CAMEL_SESSION(o) (GTK_CHECK_TYPE((o), CAMEL_SESSION_TYPE)) +#define CAMEL_IS_SESSION(o) (GTK_CHECK_TYPE((o), CAMEL_SESSION_TYPE)) |