restore gtkobject.h #include so we don't break backwards compat.
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org> * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't break backwards compat.
This commit is contained in:
committed by
Manish Singh
parent
1f8a8061b5
commit
012230f127
@ -1,3 +1,8 @@
|
||||
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
|
||||
break backwards compat.
|
||||
|
||||
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Patch from Takuro Ashie to fix updating of open_ims
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
|
||||
break backwards compat.
|
||||
|
||||
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Patch from Takuro Ashie to fix updating of open_ims
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
|
||||
break backwards compat.
|
||||
|
||||
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Patch from Takuro Ashie to fix updating of open_ims
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
|
||||
break backwards compat.
|
||||
|
||||
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Patch from Takuro Ashie to fix updating of open_ims
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
|
||||
break backwards compat.
|
||||
|
||||
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Patch from Takuro Ashie to fix updating of open_ims
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreemodel.h: restore gtkobject.h #include so we don't
|
||||
break backwards compat.
|
||||
|
||||
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Patch from Takuro Ashie to fix updating of open_ims
|
||||
|
||||
@ -22,6 +22,9 @@
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
/* Not needed, retained for compatibility -Yosh */
|
||||
#include <gtk/gtkobject.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GTK_TYPE_TREE_MODEL (gtk_tree_model_get_type ())
|
||||
|
||||
Reference in New Issue
Block a user