aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--Rpmdrake/pkg.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 362384c1..268ada1e 100644
--- a/NEWS
+++ b/NEWS
@@ -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) = @_;