[gtk+] Fix GtkIMContextClass inheritance



commit e15e37b6cedda5c2746fa6ef61aada81101231ba
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Jul 19 17:22:32 2010 +0200

    Fix GtkIMContextClass inheritance
    
    Should be GObjectClass instead GtkObjectClass
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=90935

 gtk/gtkimcontext.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h
index 21452f2..25c218b 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]