slitaz-tools rev 806
burn-box: fix bad option speed error, set blank speed=fast
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Jul 09 05:05:59 2013 +0000 (2013-07-09) |
parents | a1290b22987c |
children | f19a2346190f |
files | boxes/burn-box |
line diff
1.1 --- a/boxes/burn-box Sat Apr 27 17:30:33 2013 +0000 1.2 +++ b/boxes/burn-box Tue Jul 09 05:05:59 2013 +0000 1.3 @@ -99,7 +99,7 @@ 1.4 yad --form $boxopts --title="Burn-box" \ 1.5 --image=application-x-cd-image --image-on-top \ 1.6 --text="<b>$text</b>" \ 1.7 - --field="$(gettext "Drive speed:")":NUM \ 1.8 + --field="$(gettext "Drive speed:")" \ 1.9 --field="$(gettext "Wodim options:")" \ 1.10 --field="$(gettext "ISO image:")":FL \ 1.11 --field="$(gettext "Audio files:")":DIR \ 1.12 @@ -161,7 +161,7 @@ 1.13 fi 1.14 burn_audio ;; 1.15 blank) 1.16 - wodim -v -blank=all 2>&1 | gtkout --title="Wodim Blank" --tail ;; 1.17 + wodim -v -blank=fast 2>&1 | gtkout --title="Wodim Blank" --tail ;; 1.18 ""|--*) 1.19 burn ;; 1.20 *)