diff --git a/src/ChangeLog b/src/ChangeLog index 2745ba180..e4c114398 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2003-09-10 Pavel Roskin + * find.c: Remove useless calls to paint_panel(). + * panelize.c: Likewise. + * screen.c (use_display_format): Set dirty flag. Remove calls to paint_panel() where they become unneeded. diff --git a/src/find.c b/src/find.c index eb5cbb46e..622465147 100644 --- a/src/find.c +++ b/src/find.c @@ -998,7 +998,6 @@ do_find (void) (strchr (filename + 4, ':') - filename + 1) : 4) ); } else if (filename) do_cd (filename, cd_exact); - paint_panel (cpanel); select_item (cpanel); } if (dirname) @@ -1019,7 +1018,6 @@ do_find (void) if (dir_and_file_set){ try_to_select (cpanel, NULL); panel_re_sort (cpanel); - paint_panel (cpanel); } break; } diff --git a/src/panelize.c b/src/panelize.c index c7400913e..4b68f342c 100644 --- a/src/panelize.c +++ b/src/panelize.c @@ -423,5 +423,4 @@ void do_external_panelize (char *command) close_error_pipe (0, 0); try_to_select (cpanel, NULL); panel_re_sort (cpanel); - paint_panel (cpanel); }