Change param name from 'Layout.progressbar_always_left2right' to 'Layout.classic_progressbar'

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2010-02-24 10:13:55 +02:00
parent e1d1e9254d
commit 02ae5b904e

View File

@ -342,7 +342,7 @@ file_op_context_create_ui_without_init (FileOpContext *ctx, gboolean with_eta, f
if ((right_panel == current_panel)
&& !mc_config_get_bool (mc_main_config,"Layout",
"progressbar_always_left2right", TRUE)) {
"classic_progressbar", TRUE)) {
ui->progress_file_gauge->from_left_to_right = FALSE;
if (dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
ui->progress_total_gauge->from_left_to_right = FALSE;