summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-05 18:14:40 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-05 18:14:40 +0000
commit2dc0a15c2041076cd8571d5c297da7ca8f560791 (patch)
tree2f84941f935b66db04563b1a2705c232dd1aef06 /perl-install/install/pkgs.pm
parent24401fe28f1c274cfce7e6e2353cb78ca25cc6f6 (diff)
downloaddrakx-2dc0a15c2041076cd8571d5c297da7ca8f560791.tar
drakx-2dc0a15c2041076cd8571d5c297da7ca8f560791.tar.gz
drakx-2dc0a15c2041076cd8571d5c297da7ca8f560791.tar.bz2
drakx-2dc0a15c2041076cd8571d5c297da7ca8f560791.tar.xz
drakx-2dc0a15c2041076cd8571d5c297da7ca8f560791.zip
forget previous errors when monitoring them again
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index e854fd9a3..c78234f34 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -375,6 +375,7 @@ sub unselectAllPackages {
my (@errors, $push_errors);
sub start_pushing_error() {
$push_errors = 1;
+ undef @errors;
}
sub popup_errors() {