diff options
-rw-r--r-- | Changes | 3 | ||||
-rwxr-xr-x | gurpmi2 | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- gurpmi2: + o fix Cancel button getting lost after first batch of downloads is done + Version 8.127 - 31 October 2021 - Convert from bdb backend to sqlite also when not chrooted @@ -297,7 +297,7 @@ sub do_install_3 () { $exit_code = 10; goto return_with_exit_code; } - $mainw->invalidate_cancel_forever; + $mainw->invalidate_cancel; }, ask_yes_or_no => \&ask_yes_or_no, |