Corrected the progress label
This commit is contained in:
parent
15bbb1b398
commit
68e980dbce
|
@ -163,7 +163,7 @@ static void _move_refresh(Move * move)
|
||||||
filename = p;
|
filename = p;
|
||||||
gtk_label_set_text(GTK_LABEL(move->label), filename);
|
gtk_label_set_text(GTK_LABEL(move->label), filename);
|
||||||
free(p);
|
free(p);
|
||||||
snprintf(buf, sizeof(buf), _("File %u of %u"), move->cur,
|
snprintf(buf, sizeof(buf), _("File %u of %u"), move->cur + 1,
|
||||||
move->filec - 1);
|
move->filec - 1);
|
||||||
fraction = move->cur;
|
fraction = move->cur;
|
||||||
fraction /= move->filec - 1;
|
fraction /= move->filec - 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user