[ui] report ISO progress in main/icon progressbar

* Also improve granularity for ISO progress
* Also fixes an issue with badblocks report
This commit is contained in:
Pete Batard 2012-03-29 20:27:53 +01:00
parent 8d2fd913b0
commit bb76f1f636
6 changed files with 37 additions and 20 deletions

View file

@ -107,6 +107,7 @@ enum action_type {
OP_CREATE_FS,
OP_FIX_MBR,
OP_DOS,
OP_FINALIZE,
OP_MAX
};