diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | gurpmi2 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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, |