From 79dd5b30cb4f7ad7b3f4915d752759f1339be299 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 14 Nov 2001 20:06:08 +0000 Subject: [PATCH] * panelize.c (do_external_panelize): Re-sort the panel according to the current settings. --- src/ChangeLog | 3 +++ src/panelize.c | 1 + 2 files changed, 4 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 3d91cb6b9..8430ac812 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-11-14 Pavel Roskin + * 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. diff --git a/src/panelize.c b/src/panelize.c index 3d9de2e25..d7ded77ef 100644 --- a/src/panelize.c +++ b/src/panelize.c @@ -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); }