mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Ticket #2099: Delete dialog broken when verbose mode is switched off
Test case: 1. go to Options/Configuration 2. switch Verbose operation off 3. point at a directory, press F8 You see broken delete dialog. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
6f76ccac03
commit
3fb63c55ca
@ -285,6 +285,7 @@ file_op_context_create_ui_without_init (FileOpContext * ctx, gboolean with_eta,
|
||||
break;
|
||||
case FILEGUI_DIALOG_DELETE_ITEM:
|
||||
total_reserve = -5;
|
||||
minus = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user