diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-17 01:01:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-17 01:01:24 +0800 |
commit | 3c0ee2d3df563f09948351c9306c7bb7e8813f02 (patch) | |
tree | 38a6e307060eb8e5cfdea8df47ad1c038810889a /e-util/e-sexp.h | |
parent | 8d2d08837d5e8969db0a62547124bab9c6507459 (diff) | |
download | gsoc2013-evolution-3c0ee2d3df563f09948351c9306c7bb7e8813f02.tar.gz gsoc2013-evolution-3c0ee2d3df563f09948351c9306c7bb7e8813f02.tar.zst gsoc2013-evolution-3c0ee2d3df563f09948351c9306c7bb7e8813f02.zip |
Finished an #if 0'd out port to GObject from an #if 0'd out GtkObject
2003-04-14 Jeffrey Stedfast <fejj@ximian.com>
* e-sexp.c: Finished an #if 0'd out port to GObject from an #if
0'd out GtkObject subclassing.
svn path=/trunk/; revision=20864
Diffstat (limited to 'e-util/e-sexp.h')
-rw-r--r-- | e-util/e-sexp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-sexp.h b/e-util/e-sexp.h index ee2c6079ed..5f41c97dcc 100644 --- a/e-util/e-sexp.h +++ b/e-util/e-sexp.h @@ -12,7 +12,7 @@ #include <glib-object.h> #endif -#ifdef E_SEXP_IS_GTK_OBJECT +#ifdef E_SEXP_IS_G_OBJECT #define E_TYPE_SEXP (e_sexp_get_type ()) #define E_SEXP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_SEXP, ESExp)) #define E_SEXP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_SEXP, ESExpClass)) @@ -121,7 +121,7 @@ struct _ESExp { }; struct _ESExpClass { -#ifdef E_SEXP_IS_GTK_OBJECT +#ifdef E_SEXP_IS_G_OBJECT GObjectClass parent_class; #else int dummy; |