1
1

* panelize.c (do_external_panelize): Re-sort the panel according

to the current settings.
Этот коммит содержится в:
Pavel Roskin 2001-11-14 20:06:08 +00:00
родитель 86213a2be0
Коммит 79dd5b30cb
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,5 +1,8 @@
2001-11-14 Pavel Roskin <proski@gnu.org>
* panelize.c (do_external_panelize): Re-sort the panel according
to the current settings.
* find.c (do_find): Re-sort the panel according to the current
settings when doing panelizing.

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

@ -448,5 +448,6 @@ void do_external_panelize (char *command)
message (0, _("External panelize"), _("Pipe close failed"));
close_error_pipe (0, 0);
try_to_select (cpanel, NULL);
panel_re_sort (cpanel);
paint_panel (cpanel);
}