mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #3209: fix crash when file(s) deleting.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7ce218d942
commit
fb21b6c757
@ -1087,7 +1087,10 @@ file_progress_show_deleting (file_op_context_t * ctx, const char *s, size_t * co
|
||||
return;
|
||||
|
||||
ui = ctx->ui;
|
||||
label_set_text (ui->src_file_label, _("Deleting"));
|
||||
|
||||
if (ui->src_file_label != NULL)
|
||||
label_set_text (ui->src_file_label, _("Deleting"));
|
||||
|
||||
label_set_text (ui->src_file, truncFileStringSecure (ui->op_dlg, s));
|
||||
|
||||
if (count != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user