GNOME Bugzilla – Bug 161720
sorting function for GtkListStore stop sort with 2.6.0
Last modified: 2004-12-22 21:47:04 UTC
I have a code which use gtk_tree_sortable_set_sort_func(..) and it work fine with gtk < 2.6.0, after upgrade list stop sorting. I attach test case file
Created attachment 35016 [details] test case file there is a test case which show how I use it and that list is not sorted finally.
2004-12-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a root path to gtk_tree_model_rows_reordered(). (#161720, Marcin Krzyzanowski)