beabfeb67b
- make displaying of free space configurable - fix permission highlighting (#177100) - redirect stdout and stderr of several apps run on background to /dev/null to not to mess up mc interface (#178833) - refresh directories to avoid errors caused by copying files to non-existent directories (#177111) - add an option to insert changelog entry in mcedit, thanks to Radek Vokal
14 lines
487 B
Diff
14 lines
487 B
Diff
--- mc-4.6.1a/src/file.c.delcheck 2006-01-11 20:02:10.000000000 +0100
|
|
+++ mc-4.6.1a/src/file.c 2006-01-11 21:38:45.000000000 +0100
|
|
@@ -1758,6 +1758,10 @@ panel_operate (void *source_panel, FileO
|
|
free_linklist (&linklist);
|
|
free_linklist (&dest_dirs);
|
|
|
|
+ /* Update panel contents to avoid actions on deleted files */
|
|
+ update_panels (UP_RELOAD, UP_KEEPSEL);
|
|
+ repaint_screen ();
|
|
+
|
|
if (single_entry) {
|
|
if (force_single) {
|
|
source = selection (panel)->fname;
|