summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-16 09:03:33 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-16 09:03:33 +0000
commit751c3517d6f58718cf03ebca64041a7776413f8e (patch)
tree1d8efc4d82bdac7160ca20b106459c4573a9ffd6 /gurpmi2
parentbedafb5a938238aa964444227b17cf1d45a36b78 (diff)
downloadurpmi-751c3517d6f58718cf03ebca64041a7776413f8e.tar
urpmi-751c3517d6f58718cf03ebca64041a7776413f8e.tar.gz
urpmi-751c3517d6f58718cf03ebca64041a7776413f8e.tar.bz2
urpmi-751c3517d6f58718cf03ebca64041a7776413f8e.tar.xz
urpmi-751c3517d6f58718cf03ebca64041a7776413f8e.zip
show removed packages in progress too
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index d652c8e8..752d9cf3 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -321,7 +321,7 @@ sub do_install_3 () {
$mainw->set_progresslabel(N("The package(s) are already installed"));
},
success_summary => sub { $mainw->set_progresslabel(N("Installation finished")) },
- callback_report_uninst => \&gurpm::RPMProgressDialog::callback_remove,
+ uninst => \&gurpm::RPMProgressDialog::callback_inst,
inst => \&gurpm::RPMProgressDialog::callback_inst,
trans => \&gurpm::RPMProgressDialog::callback_inst,
}