From 012230f127e58ed73ae82467bf0aa14cbd6b0cb0 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Tue, 8 Oct 2002 21:51:56 +0000 Subject: [PATCH] restore gtkobject.h #include so we don't break backwards compat. Tue Oct 8 14:49:56 2002 Manish Singh * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't break backwards compat. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtktreemodel.h | 3 +++ 7 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2b594dde58..53c0dc074c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 8 14:49:56 2002 Manish Singh + + * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't + break backwards compat. + Tue Oct 8 09:41:43 2002 Owen Taylor * Patch from Takuro Ashie to fix updating of open_ims diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2b594dde58..53c0dc074c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Tue Oct 8 14:49:56 2002 Manish Singh + + * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't + break backwards compat. + Tue Oct 8 09:41:43 2002 Owen Taylor * Patch from Takuro Ashie to fix updating of open_ims diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2b594dde58..53c0dc074c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Tue Oct 8 14:49:56 2002 Manish Singh + + * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't + break backwards compat. + Tue Oct 8 09:41:43 2002 Owen Taylor * Patch from Takuro Ashie to fix updating of open_ims diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2b594dde58..53c0dc074c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Tue Oct 8 14:49:56 2002 Manish Singh + + * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't + break backwards compat. + Tue Oct 8 09:41:43 2002 Owen Taylor * Patch from Takuro Ashie to fix updating of open_ims diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2b594dde58..53c0dc074c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Tue Oct 8 14:49:56 2002 Manish Singh + + * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't + break backwards compat. + Tue Oct 8 09:41:43 2002 Owen Taylor * Patch from Takuro Ashie to fix updating of open_ims diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2b594dde58..53c0dc074c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Tue Oct 8 14:49:56 2002 Manish Singh + + * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't + break backwards compat. + Tue Oct 8 09:41:43 2002 Owen Taylor * Patch from Takuro Ashie to fix updating of open_ims diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h index 7175688f97..b611729ed1 100644 --- a/gtk/gtktreemodel.h +++ b/gtk/gtktreemodel.h @@ -22,6 +22,9 @@ #include +/* Not needed, retained for compatibility -Yosh */ +#include + G_BEGIN_DECLS #define GTK_TYPE_TREE_MODEL (gtk_tree_model_get_type ())