From e15e37b6cedda5c2746fa6ef61aada81101231ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 19 Jul 2010 17:22:32 +0200 Subject: [PATCH] Fix GtkIMContextClass inheritance Should be GObjectClass instead GtkObjectClass Fixes https://bugzilla.gnome.org/show_bug.cgi?id=90935 --- gtk/gtkimcontext.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index 21452f2cce..25c218b545 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -50,10 +50,7 @@ struct _GtkIMContext struct _GtkIMContextClass { /*< private >*/ - /* Yes, this should be GObjectClass, be we can't fix it without breaking - * binary compatibility - see bug #90935 - */ - GtkObjectClass parent_class; + GObjectClass parent_class; /*< public >*/ /* Signals */