diff options
author | Havoc Pennington <hp@pobox.com> | 2002-02-25 02:47:19 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-25 02:47:19 +0000 |
commit | 0ca2aa50c61fc15950d0eb0104c0f3646dd25569 (patch) | |
tree | 007bb03c9599792c0ec772b4b7ec1e3fdcc93387 /ChangeLog.pre-2-6 | |
parent | 8ae6ab42b63627bcfec50b2a6a71fbdbc8142c77 (diff) | |
download | gtk+-0ca2aa50c61fc15950d0eb0104c0f3646dd25569.tar.gz |
parent_class variable was GtkObjectClass instead of GObjectClass
2002-02-24 Havoc Pennington <hp@pobox.com>
* gtk/gtktextbuffer.c (parent_class): parent_class variable was
GtkObjectClass instead of GObjectClass
* gtk/gtktextview.c (widget_to_buffer): fix this the way
buffer_to_widget was fixed, to avoid duplicating
the code that computes text_window->allocation.x/y
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9c6c9719c5..b69e42d6d1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +2002-02-24 Havoc Pennington <hp@pobox.com> + + * gtk/gtktextbuffer.c (parent_class): parent_class variable was + GtkObjectClass instead of GObjectClass + + * gtk/gtktextview.c (widget_to_buffer): fix this the way + buffer_to_widget was fixed, to avoid duplicating + the code that computes text_window->allocation.x/y + Sun Feb 24 21:18:20 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtksocket.c (gtk_socket_end_embedding): Fix |