GNOME Bugzilla – Bug 153714
Column sort confused after refresh
Last modified: 2004-12-22 21:47:04 UTC
Steps to reproduce: 1. Open File Selector 2. Click on the 'Modified' header to sort by date 3. Click on the current directory breadcrumb to refresh Expected results: File list is refreshed and still sorted by date Actual results: File list is refreshed and sorted by name. Both the Name column and the Modified column have the indicator that the list is sorted in the corresponding way.
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_setup_sort_column_id_callback): Set sort_indicator to FALSE when appropriate. (#153714, Reinout van Schouwen)