CVSROOT: /cvs/gnome Module name: gtk+ Changes by: kristian 05/07/12 19:01:17
Modified files: . : ChangeLog gtk : gtktreeselection.c Log message: 2005-07-13 Kristian Rietveld <[EMAIL PROTECTED]> * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit maintaining the iter on every iteration, only get the iter when we are about to call the foreach_func. Gives us a 10x speedup, since maintaining iters is a lot more expensive than maintaining paths. We lose a bit of sanity checking though. Thanks go to Billy Biggs for pointing this out. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtk%2B&who=kristian&date=explicit&mindate=2005-07-12%2019:00&maxdate=2005-07-12%2019:02 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list