diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | Rpmdrake/pkg.pm | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ - better dialog destruction - signature verification: o do not update progress bar + o use gurpm for informing (mga#9520) Version 5.44 - 21 Mar 2013, Thierry Vignaud diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index a8294b3e..0d354614 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -814,7 +814,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( yesno => 1, text => { no => N("Cancel"), yes => N("Ok") }, ); }, - pre_check_sig => sub { $gurpm->label(N("Verifying package signatures...")) }, + pre_check_sig => \&gurpm::RPMProgressDialog::callback_pre_check_sig, #check_sig => sub { $gurpm->set_progressbar(++$progress/$total) }, bad_signature => sub { my ($msg, $msg2) = @_; |