diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2001-10-28 14:17:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-28 14:17:49 +0000 |
commit | 1b6f92f885952ce455e6fad79a4817f4af7de58e (patch) | |
tree | 18a00a999d99843fc7e0082694f68dbf83e24c0d /gtk/gtkimcontext.h | |
parent | 60794564c4977132b13cc8db3248f756e1eb7310 (diff) | |
download | gtk+-1b6f92f885952ce455e6fad79a4817f4af7de58e.tar.gz |
un Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
Diffstat (limited to 'gtk/gtkimcontext.h')
-rw-r--r-- | gtk/gtkimcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index a31e8542fd..0b5d8f3759 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -42,7 +42,7 @@ typedef struct _GtkIMContextClass GtkIMContextClass; struct _GtkIMContext { - GtkObject object; + GObject parent_instance; }; struct _GtkIMContextClass |