forked from AuroraMiddleware/gtk
Base class should be GObject, not GtkObject.
* gtk/gtkuimanager.c: Base class should be GObject, not GtkObject. svn path=/trunk/; revision=18153
This commit is contained in:
parent
be59685bef
commit
d98b8bcc70
@ -1,3 +1,7 @@
|
||||
2007-06-15 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkuimanager.c: Base class should be GObject, not GtkObject.
|
||||
|
||||
2007-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkbuildable.c:
|
||||
|
@ -186,7 +186,7 @@ enum
|
||||
|
||||
static guint ui_manager_signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (GtkUIManager, gtk_ui_manager, GTK_TYPE_OBJECT,
|
||||
G_DEFINE_TYPE_WITH_CODE (GtkUIManager, gtk_ui_manager, G_TYPE_OBJECT,
|
||||
G_IMPLEMENT_INTERFACE (GTK_TYPE_BUILDABLE,
|
||||
gtk_ui_manager_buildable_init))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user