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
commitd0a6726835ca1eb8128ebe402dfde3178e571b17 (patch)
tree2f84941f935b66db04563b1a2705c232dd1aef06 /perl-install/install/pkgs.pm
parent181f60f3c77fb9193bb2e37760cc11904b8f3875 (diff)
downloaddrakx-backup-do-not-use-d0a6726835ca1eb8128ebe402dfde3178e571b17.tar
drakx-backup-do-not-use-d0a6726835ca1eb8128ebe402dfde3178e571b17.tar.gz
drakx-backup-do-not-use-d0a6726835ca1eb8128ebe402dfde3178e571b17.tar.bz2
drakx-backup-do-not-use-d0a6726835ca1eb8128ebe402dfde3178e571b17.tar.xz
drakx-backup-do-not-use-d0a6726835ca1eb8128ebe402dfde3178e571b17.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() {