diff --git a/src/ChangeLog b/src/ChangeLog index cdee351fa..3d91cb6b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-11-14 Pavel Roskin + * find.c (do_find): Re-sort the panel according to the current + settings when doing panelizing. + * dir.c (sort_type_to_name): Remove, it's unused in the text edition. (sort_name_to_type): Likewise. diff --git a/src/find.c b/src/find.c index ae705f9ea..354deaf6c 100644 --- a/src/find.c +++ b/src/find.c @@ -993,6 +993,7 @@ do_find (void) if (v == B_PANELIZE){ if (dir_and_file_set){ try_to_select (cpanel, NULL); + panel_re_sort (cpanel); paint_panel (cpanel); } break;