diff options
author | Havoc Pennington <hp@redhat.com> | 2002-04-30 15:52:52 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-04-30 15:52:52 +0000 |
commit | 271018df40539a43147b20e2902dd4bb987d01f3 (patch) | |
tree | 63ac974afabcccaf1c2ce25232fae3faf66c57e8 /ChangeLog | |
parent | 7df4f0fb5e7415f454d13727f3790f869fe2272d (diff) | |
download | gtk+-271018df40539a43147b20e2902dd4bb987d01f3.tar.gz |
assign something to "prev" so that removing tag info succeeds. Part of
2002-04-30 Havoc Pennington <hp@redhat.com>
* gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign
something to "prev" so that removing tag info succeeds.
Part of #77301
* gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it
unrefs the tag table first, so that the btree is in a consistent
state when we're removing tags from it.
* gtk/gtktexttagtable.c (_gtk_text_tag_table_remove_buffer): strip
all tags in the tag table out of the buffer. #77301
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-04-30 Havoc Pennington <hp@redhat.com> + + * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign + something to "prev" so that removing tag info succeeds. + Part of #77301 + + * gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it + unrefs the tag table first, so that the btree is in a consistent + state when we're removing tags from it. + + * gtk/gtktexttagtable.c (_gtk_text_tag_table_remove_buffer): strip + all tags in the tag table out of the buffer. #77301 + Tue Apr 30 11:37:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c: Make multihead-safe; |