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 71417 - ListStore doesn't sort if ...
ListStore doesn't sort if ...
Status: VERIFIED INCOMPLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
1.3.x
Other other
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2002-02-13 21:46 UTC by Kristian Rietveld
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (1.10 KB, text/plain)
2002-02-14 20:53 UTC, Kristian Rietveld
Details

Description Kristian Rietveld 2002-02-13 21:46:10 UTC
<jrb> _kris_: apparently doing:
<jrb> store = gtk_list_store_new ();
<jrb> add_lots_of_rows (store);
<jrb> gtk_tree_sortable_set_sort_column_id (...);
<jrb> gtk_list_store_clear ();
<jrb> add_lots_of_rows (store);
<jrb> does not result in a sorted model.
Comment 1 Jonathan Blandford 2002-02-13 21:48:28 UTC
mirrored at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=59700
Comment 2 Kristian Rietveld 2002-02-14 20:53:44 UTC
Created attachment 6723 [details]
testcase
Comment 3 Kristian Rietveld 2002-02-14 20:54:25 UTC
Attached testcase uses treestore and works fine here. Also can't
reproduce the bug with liststore.
Comment 4 Kristian Rietveld 2002-02-14 21:15:00 UTC
looks like it's python
Comment 5 Kristian Rietveld 2002-05-02 19:40:38 UTC
Reassigning bugs to new component owner. Sorry for the flood.
Comment 6 Kristian Rietveld 2002-05-02 19:46:18 UTC
Jonathan, do you know if this issue has already been fixed? If so we
can close this bug.
Comment 7 Matthias Clasen 2002-11-26 15:29:22 UTC
Move some forgotten unclosed bugs from earlier 2.0.x milestones to 2.0.10
Comment 8 Kristian Rietveld 2003-05-22 21:10:39 UTC
No response for over a year, closing.