summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'OpenFilesScreen.c')
-rw-r--r--OpenFilesScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenFilesScreen.c b/OpenFilesScreen.c
index 46ecb6d9..b4ec11ae 100644
--- a/OpenFilesScreen.c
+++ b/OpenFilesScreen.c
@@ -151,7 +151,7 @@ static void OpenFilesScreen_scan(OpenFilesScreen* this) {
free(process->data[i]);
}
free(process);
- Vector_sort(panel->items);
+ Vector_insertionSort(panel->items);
Panel_setSelected(panel, idx);
}