Files
gtk3/testsuite/gtk
Sébastien Wilmet dc1317a521 textiter: fix bug in find_visible_by_log_attrs()
find_by_log_attrs() can return true only in this case:
return moved && !gtk_text_iter_is_end (arg_iter);

So if the iter moved (i.e. something has been found), but is the end
iter, find_by_log_attrs() returns false.

Now the same checks are made in find_visible_by_log_attrs(). The public
functions using find_visible_by_log_attrs() say in their documentation
that false is returned for the end iter, hence the check with
gtk_text_iter_is_end().

https://bugzilla.gnome.org/show_bug.cgi?id=618852
2014-07-17 12:56:57 +02:00
..
2014-06-18 19:09:25 -04:00
2013-09-03 17:59:19 -04:00
2013-06-30 11:19:50 -04:00
2014-07-09 19:54:43 -04:00
2013-06-15 16:27:04 -04:00
2013-05-22 00:15:08 +02:00
2014-06-04 13:54:41 +02:00
2014-06-28 00:41:26 -04:00
2013-06-24 01:13:44 +02:00
2014-06-21 15:46:44 +02:00
2014-02-17 21:42:38 -05:00
2014-07-03 12:58:41 -04:00
2014-05-13 11:56:29 -04:00