diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 10:49:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 10:49:46 +0000 |
commit | 916ae6acd4bd90da774693e0030f560e1af1b773 (patch) | |
tree | 39080a0128dd3d34cf9b92c0ab7d7f421d950a44 /perl-install/install_steps_gtk.pm | |
parent | 7e5672eb837597a08dc886dc022f704be9b97665 (diff) | |
download | drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar.gz drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar.bz2 drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar.xz drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.zip |
removed/renamed unused/seldom-used functions
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index aac9a93b3..ca455247a 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -400,7 +400,7 @@ sub choosePackagesTree { $o->ask_okcancel('', [ $isSelection ? _("The following packages are going to be installed") : _("The following packages are going to be removed"), - join(", ", common::truncate_list(20, sort @l)) ], 1) || return; + common::formatList(20, sort @l) ], 1) || return; if ($isSelection) { pkgs::selectPackage($packages, $_) foreach @n; } else { |