From 913539f5064ae681f7308d03b7d62969acad7615 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 24 Mar 2013 12:52:51 +0000 Subject: report packages signature checking in global progress bar dialog --- NEWS | 1 + gurpmi2 | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index ce9d6c56..a91f7a10 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ o display the addionnal space that will be used and the amount of downloaded packages instead of the total size of the packages (like urpmi) o fix return value (mga#9519) + o report packages signature checking in global progress bar dialog Version 7.22 - 21 March 2013, by Thierry Vignaud diff --git a/gurpmi2 b/gurpmi2 index 67758672..2c4727ff 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -336,6 +336,7 @@ sub do_install_3 () { $mainw->set_progresslabel(N("The package(s) are already installed")); }, success_summary => sub { $mainw->set_progresslabel(N("Installation finished")) }, + pre_check_sig => \&gurpm::RPMProgressDialog::callback_pre_check_sig, uninst => \&gurpm::RPMProgressDialog::callback_inst, inst => \&gurpm::RPMProgressDialog::callback_inst, trans => \&gurpm::RPMProgressDialog::callback_inst, -- cgit v1.2.1