slitaz-tools rev 1030

tazbox: may speedup reboot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 15 10:15:58 2019 +0200 (2019-04-15)
parents 491239328786
children aa81af0a90f9
files tazbox/tazbox
line diff
     1.1 --- a/tazbox/tazbox	Tue Feb 26 08:26:53 2019 +0100
     1.2 +++ b/tazbox/tazbox	Mon Apr 15 10:15:58 2019 +0200
     1.3 @@ -156,7 +156,7 @@
     1.4  		--on-top --center --width='300' --image="$icon" --image-on-top \
     1.5  		--text="<b>$action</b>\n\n$warning" \
     1.6  		--timeout $timeout --timeout-indicator=bottom \
     1.7 -		--button "gtk-cancel:252"
     1.8 +		--button "gtk-cancel:252" --button "gtk-ok:0"
     1.9  	[ "$?" -ne 252 ] || exit 0
    1.10  }
    1.11