diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-05 18:14:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-05 18:14:40 +0000 |
commit | 2dc0a15c2041076cd8571d5c297da7ca8f560791 (patch) | |
tree | 2f84941f935b66db04563b1a2705c232dd1aef06 /perl-install/install | |
parent | 24401fe28f1c274cfce7e6e2353cb78ca25cc6f6 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
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() { |