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:
Slava Zanko 2010-03-11 17:59:08 +02:00
parent 6f76ccac03
commit 3fb63c55ca

View File

@ -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;
}