From 44c37fa34a8b28d8bc2ce684244a964fde0dbbed Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 8 Oct 2022 12:25:10 -0300 Subject: filesystemmodel: Drop GtkTreeSortable interface Stop implementing this interface. We'll be able to reimplement sorting once we fully transition to GListModel. --- gtk/gtkfilechooserentry.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtkfilechooserentry.c') diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 39f7c3dceb..3825b7da21 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -605,8 +605,6 @@ populate_completion_store (GtkFileChooserEntry *chooser_entry) _gtk_file_system_model_set_show_files (GTK_FILE_SYSTEM_MODEL (chooser_entry->completion_store), chooser_entry->action == GTK_FILE_CHOOSER_ACTION_OPEN || chooser_entry->action == GTK_FILE_CHOOSER_ACTION_SAVE); - gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (chooser_entry->completion_store), - DISPLAY_NAME_COLUMN, GTK_SORT_ASCENDING); gtk_entry_completion_set_model (gtk_entry_get_completion (GTK_ENTRY (chooser_entry)), chooser_entry->completion_store); -- cgit v1.2.1