]> Pileus Git - ~andy/gtk/commit
Don't call gtk_text_iter_backward_sentence_start() if count is zero.
authorMatthias Clasen <maclas@gmx.de>
Mon, 23 Dec 2002 18:13:46 +0000 (18:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 23 Dec 2002 18:13:46 +0000 (18:13 +0000)
commit98c47bc895788ba273d60d22f1aadd1774f2f326
tree45f62fa07b3f3849465d82cd25753507da34779e
parentdecacd40a6171bb1bb8245e748c29f71ba942bb5
Don't call gtk_text_iter_backward_sentence_start() if count is zero.

2002-12-23  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
Don't call gtk_text_iter_backward_sentence_start() if
count is zero.  (#99115)

* gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
move_cursor() even if the cursor hasn't moved, since it has the
side effect of canceling the selection.  (#81395, #98537, #9833)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextiter.c