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 153714 - Column sort confused after refresh
Column sort confused after refresh
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-09-25 11:29 UTC by Reinout van Schouwen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Reinout van Schouwen 2004-09-25 11:29:46 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.
Comment 1 Matthias Clasen 2004-10-03 06:12:19 UTC
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)