summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-11-25 07:43:51 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-11-25 07:46:15 +0100
commitdad8a3a9a1113efe83ba61a9993c0f8c70981d83 (patch)
treed675fd638db3fab2dabd5712c2cbc5688c48aa8a /gurpmi2
parent13217bb974d4df92858e5b1584979b5df5bcf2b9 (diff)
downloadurpmi-dad8a3a9a1113efe83ba61a9993c0f8c70981d83.tar
urpmi-dad8a3a9a1113efe83ba61a9993c0f8c70981d83.tar.gz
urpmi-dad8a3a9a1113efe83ba61a9993c0f8c70981d83.tar.bz2
urpmi-dad8a3a9a1113efe83ba61a9993c0f8c70981d83.tar.xz
urpmi-dad8a3a9a1113efe83ba61a9993c0f8c70981d83.zip
beautify (vertical align)
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi24
1 files changed, 2 insertions, 2 deletions
diff --git a/gurpmi2 b/gurpmi2
index 0dcdc402..d7d1d97e 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -350,8 +350,8 @@ sub do_install_3 () {
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,
+ inst => \&gurpm::RPMProgressDialog::callback_inst,
+ trans => \&gurpm::RPMProgressDialog::callback_inst,
}
);