diff options
author | Joe Shaw <joe@ximian.com> | 2001-05-22 20:38:18 +0000 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2001-05-22 20:38:18 +0000 |
commit | f508a7b7e2bdee84d29c10f8850857cdea8401c8 (patch) | |
tree | 44769ac0b95961ecd72893debdf3a5a652c13057 /ChangeLog.pre-2-4 | |
parent | 04af158605b23034b2911da6dfed8ce7c776bd90 (diff) | |
download | gtk+-f508a7b7e2bdee84d29c10f8850857cdea8401c8.tar.gz |
Simplify as suggested by Havoc. Just get the last iter and work backward
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
Simplify as suggested by Havoc. Just get the last iter and work
backward to the tag instead of getting a line and working back from
there. Fixes passing in an invalid offset to
iter_init_from_byte_offset().
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0df2c75948..103ce5aeb2 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2001-05-22 Joe Shaw <joe@ximian.com> + + * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): + Simplify as suggested by Havoc. Just get the last iter and work + backward to the tag instead of getting a line and working back from + there. Fixes passing in an invalid offset to + iter_init_from_byte_offset(). + Tue May 22 16:25:27 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview*.h: |