(Re)-implement natural and case sorting
[geeqie.git] / src / trash.cc
index 23466fb..31440fb 100644 (file)
@@ -74,7 +74,7 @@ static gint file_util_safe_number(gint64 free_space)
 
                if (!sorted)
                        {
-                       list = filelist_sort(list, SORT_NAME, TRUE);
+                       list = filelist_sort(list, SORT_NAME, TRUE, TRUE);
                        sorted = TRUE;
                        }