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:
Manish Singh
2002-10-08 21:51:56 +00:00
committed by Manish Singh
parent 1f8a8061b5
commit 012230f127
7 changed files with 33 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 ())