diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-18 23:42:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-18 23:42:46 +0000 |
commit | eeccdcb8291810cc8e5dc30a3a6bbb2ecf396a78 (patch) | |
tree | 55a3d290c742e8ab6a88e80a789807016ad7ba63 /ChangeLog | |
parent | 1971cb493868a434368ad918246009f38ac81822 (diff) | |
download | gtk+-eeccdcb8291810cc8e5dc30a3a6bbb2ecf396a78.tar.gz |
Improve the efficiency here by prepending on the list and reverting it
Thu Feb 19 00:45:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
Improve the efficiency here by prepending on the list and reverting
it after the loop. (#133435, Christian Biere)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Feb 19 00:45:02 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): + Improve the efficiency here by prepending on the list and reverting + it after the loop. (#133435, Christian Biere) + Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when |