Fix GtkIMContextClass inheritance

Should be GObjectClass instead GtkObjectClass

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=90935
This commit is contained in:
Javier Jardón 2010-07-19 17:22:32 +02:00
parent 8b2108a8a4
commit e15e37b6ce

View File

@ -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 */