# HG changeset patch # User Pascal Bellard # Date 1555316158 -7200 # Node ID 7cbf5f11d5433bb0a33733aebc1d4a268678cfbe # Parent 491239328786e26420971351f028c8393d5364d0 tazbox: may speedup reboot diff -r 491239328786 -r 7cbf5f11d543 tazbox/tazbox --- a/tazbox/tazbox Tue Feb 26 08:26:53 2019 +0100 +++ b/tazbox/tazbox Mon Apr 15 10:15:58 2019 +0200 @@ -156,7 +156,7 @@ --on-top --center --width='300' --image="$icon" --image-on-top \ --text="$action\n\n$warning" \ --timeout $timeout --timeout-indicator=bottom \ - --button "gtk-cancel:252" + --button "gtk-cancel:252" --button "gtk-ok:0" [ "$?" -ne 252 ] || exit 0 }