aboutsummaryrefslogtreecommitdiffstats
path: root/composer/evolution-composer.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-12-02 11:07:59 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-12-02 11:07:59 +0800
commitaececffc14564bc496a333845c9c5d4ac910d51e (patch)
treee971e81a86d7da96afd9f6443a508757cbb1e01f /composer/evolution-composer.h
parent3041d1943a01406abf5672d8759213472e61298d (diff)
downloadgsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.gz
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.bz2
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.lz
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.xz
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.zst
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.zip
removed warning about e_notice. its used too much, its here to stay.
2002-11-27 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (save): removed warning about e_notice. its used too much, its here to stay. * *.[ch]: run fix.sh over everything. svn path=/trunk/; revision=18973
Diffstat (limited to 'composer/evolution-composer.h')
-rw-r--r--composer/evolution-composer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer/evolution-composer.h b/composer/evolution-composer.h
index 424a623a82..12da130221 100644
--- a/composer/evolution-composer.h
+++ b/composer/evolution-composer.h
@@ -35,10 +35,10 @@ extern "C" {
#endif /* __cplusplus */
#define EVOLUTION_TYPE_COMPOSER (evolution_composer_get_type ())
-#define EVOLUTION_COMPOSER(obj) (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_COMPOSER, EvolutionComposer))
-#define EVOLUTION_COMPOSER_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_COMPOSER, EvolutionComposerClass))
-#define EVOLUTION_IS_COMPOSER(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_COMPOSER))
-#define EVOLUTION_IS_COMPOSER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_COMPOSER))
+#define EVOLUTION_COMPOSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EVOLUTION_TYPE_COMPOSER, EvolutionComposer))
+#define EVOLUTION_COMPOSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_COMPOSER, EvolutionComposerClass))
+#define EVOLUTION_IS_COMPOSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EVOLUTION_TYPE_COMPOSER))
+#define EVOLUTION_IS_COMPOSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_COMPOSER))
typedef struct _EvolutionComposer EvolutionComposer;
typedef struct _EvolutionComposerClass EvolutionComposerClass;