summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2001-10-28 14:17:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-28 14:17:49 +0000
commit1b6f92f885952ce455e6fad79a4817f4af7de58e (patch)
tree18a00a999d99843fc7e0082694f68dbf83e24c0d /gtk/gtkimcontext.h
parent60794564c4977132b13cc8db3248f756e1eb7310 (diff)
downloadgtk+-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.h2
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