]> Pileus Git - ~andy/gtk/commit
Avoid recursion in do_validate_rows()
authorKristian Rietveld <kris@gtk.org>
Thu, 16 Dec 2010 22:33:42 +0000 (23:33 +0100)
committerKristian Rietveld <kris@gtk.org>
Thu, 16 Dec 2010 22:33:42 +0000 (23:33 +0100)
commit735fa8b1976e3bbe045e5365d42f0d67007e5293
tree60fd3fb67a53ad206aefd5e91c4e1d7800e0fe98
parent88f8859f90781b3fb72b24cfc7f2fd15ea5733a9
Avoid recursion in do_validate_rows()

I have never really liked the updates done to the adjustments in
do_validate_rows() and other validation functions.  But it is really
required.  I have to come up with a real solution to this one day.
gtk/gtktreeview.c