From 3fb63c55ca94393e699f692a4a535ef4ce5c9c64 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Thu, 11 Mar 2010 17:59:08 +0200 Subject: [PATCH] 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 --- src/filegui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/filegui.c b/src/filegui.c index 0fbae3002..8895de50e 100644 --- a/src/filegui.c +++ b/src/filegui.c @@ -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; }