After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 161720 - sorting function for GtkListStore stop sort with 2.6.0
sorting function for GtkListStore stop sort with 2.6.0
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.6.x
Other Linux
: Normal major
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-12-19 18:44 UTC by Marcin Krzyzanowski
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case file (2.09 KB, text/x-csrc)
2004-12-19 18:46 UTC, Marcin Krzyzanowski
Details

Description Marcin Krzyzanowski 2004-12-19 18:44:19 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
Comment 1 Marcin Krzyzanowski 2004-12-19 18:46:02 UTC
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.
Comment 2 Matthias Clasen 2004-12-20 17:20:52 UTC
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)