1
1
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2011-11-15 11:24:46 +03:00 коммит произвёл Slava Zanko
родитель 7e01565c93
Коммит 56f8164381
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2626,9 +2626,9 @@ panel_operate (void *source_panel, FileOperation operation, gboolean force_singl
/* Background also need ctx->ui, but not full */
if (do_bg)
file_op_context_create_ui_without_init (ctx, 1, dialog_type);
file_op_context_create_ui_without_init (ctx, TRUE, dialog_type);
else
file_op_context_create_ui (ctx, 1, dialog_type);
file_op_context_create_ui (ctx, TRUE, dialog_type);
}
#ifdef WITH_BACKGROUND

Просмотреть файл

@ -273,7 +273,7 @@ file_bps_prepare_for_show (char *buffer, long bps)
g_snprintf (buffer, BUF_TINY, _("%ld B/s"), bps);
}
else
*buffer = 0;
*buffer = '\0';
}
/* --------------------------------------------------------------------------------------------- */