aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-editor.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-14 03:36:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-14 03:36:18 +0800
commitd5749529a83e95689c94afed125159ddb57558c2 (patch)
tree69374c82dba776612134c5b465549cc65c619735 /mail/message-tag-editor.h
parent25a94bfe0cc1b88fc2b50e52fad62ce8b3afd77a (diff)
downloadgsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.tar
gsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.tar.gz
gsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.tar.bz2
gsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.tar.lz
gsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.tar.xz
gsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.tar.zst
gsoc2013-evolution-d5749529a83e95689c94afed125159ddb57558c2.zip
Don't re-use cell renderers - I'm not sure this is actually safe to do.
2002-12-13 Jeffrey Stedfast <fejj@ximian.com> * message-tag-followup.c (construct): Don't re-use cell renderers - I'm not sure this is actually safe to do. svn path=/trunk/; revision=19113
Diffstat (limited to 'mail/message-tag-editor.h')
-rw-r--r--mail/message-tag-editor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/message-tag-editor.h b/mail/message-tag-editor.h
index 14a3dc8a8d..9177012f75 100644
--- a/mail/message-tag-editor.h
+++ b/mail/message-tag-editor.h
@@ -34,12 +34,12 @@ extern "C" {
#pragma }
#endif /* __cplusplus */
-#define MESSAGE_TYPE_TAG_EDITOR (message_tag_editor_get_type ())
-#define MESSAGE_TAG_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, MESSAGE_TYPE_TAG_EDITOR, MessageTagEditor))
-#define MESSAGE_TAG_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass, MESSAGE_TYPE_TAG_EDITOR, MessageTagEditorClass))
-#define IS_MESSAGE_TAG_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE (obj, MESSAGE_TYPE_TAG_EDITOR))
-#define IS_MESSAGE_TAG_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MESSAGE_TYPE_TAG_EDITOR))
-#define MESSAGE_TAG_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MESSAGE_TYPE_TAG_EDITOR, MessageTagEditorClass))
+#define MESSAGE_TAG_EDITOR_TYPE (message_tag_editor_get_type ())
+#define MESSAGE_TAG_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, MESSAGE_TAG_EDITOR_TYPE, MessageTagEditor))
+#define MESSAGE_TAG_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass, MESSAGE_TAG_EDITOR_TYPE, MessageTagEditorClass))
+#define IS_MESSAGE_TAG_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE (obj, MESSAGE_TAG_EDITOR_TYPE))
+#define IS_MESSAGE_TAG_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MESSAGE_TAG_EDITOR_TYPE))
+#define MESSAGE_TAG_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MESSAGE_TAG_EDITOR_TYPE, MessageTagEditorClass))
typedef struct _MessageTagEditor MessageTagEditor;
typedef struct _MessageTagEditorClass MessageTagEditorClass;