diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-23 02:44:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-23 02:44:03 +0000 |
commit | e31c4c5be1a77b44c8461dbf18b860488ae2b430 (patch) | |
tree | 32872e73d5b630e7a920f9ef39cdb2fb737880d2 /rpmdrake.pm | |
parent | dc89b048eb07a302f3d21fbc66470fcf9ac29649 (diff) | |
download | rpmdrake-e31c4c5be1a77b44c8461dbf18b860488ae2b430.tar rpmdrake-e31c4c5be1a77b44c8461dbf18b860488ae2b430.tar.gz rpmdrake-e31c4c5be1a77b44c8461dbf18b860488ae2b430.tar.bz2 rpmdrake-e31c4c5be1a77b44c8461dbf18b860488ae2b430.tar.xz rpmdrake-e31c4c5be1a77b44c8461dbf18b860488ae2b430.zip |
Restore the download progress bar for hdlist and synthesis files.
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 6997f533..e5e34d68 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -517,7 +517,7 @@ sub update_sources { %options, callback => sub { my ($type, $media) = @_; - return if @media && !grep { $_ eq $media } @media; + return if $type !~ /^(?:start|progress|end)$/ && @media && !grep { $_ eq $media } @media; if ($type eq 'failed') { fatal_msg(N("Error retrieving packages"), N("It's impossible to retrieve the list of new packages from the media |