* find.c: Remove useless calls to paint_panel().
* panelize.c: Likewise.
Этот коммит содержится в:
родитель
109b933235
Коммит
33078ab195
@ -1,5 +1,8 @@
|
|||||||
2003-09-10 Pavel Roskin <proski@gnu.org>
|
2003-09-10 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* find.c: Remove useless calls to paint_panel().
|
||||||
|
* panelize.c: Likewise.
|
||||||
|
|
||||||
* screen.c (use_display_format): Set dirty flag. Remove calls
|
* screen.c (use_display_format): Set dirty flag. Remove calls
|
||||||
to paint_panel() where they become unneeded.
|
to paint_panel() where they become unneeded.
|
||||||
|
|
||||||
|
@ -998,7 +998,6 @@ do_find (void)
|
|||||||
(strchr (filename + 4, ':') - filename + 1) : 4) );
|
(strchr (filename + 4, ':') - filename + 1) : 4) );
|
||||||
} else if (filename)
|
} else if (filename)
|
||||||
do_cd (filename, cd_exact);
|
do_cd (filename, cd_exact);
|
||||||
paint_panel (cpanel);
|
|
||||||
select_item (cpanel);
|
select_item (cpanel);
|
||||||
}
|
}
|
||||||
if (dirname)
|
if (dirname)
|
||||||
@ -1019,7 +1018,6 @@ do_find (void)
|
|||||||
if (dir_and_file_set){
|
if (dir_and_file_set){
|
||||||
try_to_select (cpanel, NULL);
|
try_to_select (cpanel, NULL);
|
||||||
panel_re_sort (cpanel);
|
panel_re_sort (cpanel);
|
||||||
paint_panel (cpanel);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -423,5 +423,4 @@ void do_external_panelize (char *command)
|
|||||||
close_error_pipe (0, 0);
|
close_error_pipe (0, 0);
|
||||||
try_to_select (cpanel, NULL);
|
try_to_select (cpanel, NULL);
|
||||||
panel_re_sort (cpanel);
|
panel_re_sort (cpanel);
|
||||||
paint_panel (cpanel);
|
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user