summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rwxr-xr-xgurpmi22
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index adf0ba72..7fae79b0 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/gurpmi2 b/gurpmi2
index 0c874800..4bdcc083 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -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,