Blob Blame History Raw
diff -up mc-4.7.4/src/filegui.c.fileguicrash mc-4.7.4/src/filegui.c
--- mc-4.7.4/src/filegui.c.fileguicrash	2010-09-07 09:16:44.000000000 +0200
+++ mc-4.7.4/src/filegui.c	2010-12-09 08:53:07.950820700 +0100
@@ -343,7 +343,7 @@ file_op_context_create_ui_without_init (
     if ((right_panel == current_panel) && !classic_progressbar)
     {
         ui->progress_file_gauge->from_left_to_right = FALSE;
-        if (dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
+        if (verbose && dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
             ui->progress_total_gauge->from_left_to_right = FALSE;
     }
 }