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