1
1

* find.c (do_find): Re-sort the panel according to the current

settings when doing panelizing.
Этот коммит содержится в:
Pavel Roskin 2001-11-14 19:59:31 +00:00
родитель 47f87cba24
Коммит 86213a2be0
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2001-11-14 Pavel Roskin <proski@gnu.org>
* 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.

Просмотреть файл

@ -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;