diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-19 13:28:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-19 13:28:31 +0000 |
commit | 6a05c7c12fcc70058febc82d139dbe4155ac951b (patch) | |
tree | b569858f49c183313b4ba549609d4d41b997a457 /perl-install/interactive.pm | |
parent | 9ac13461f4c9348b073f33b2331ffdd7d5b70bd5 (diff) | |
download | drakx-6a05c7c12fcc70058febc82d139dbe4155ac951b.tar drakx-6a05c7c12fcc70058febc82d139dbe4155ac951b.tar.gz drakx-6a05c7c12fcc70058febc82d139dbe4155ac951b.tar.bz2 drakx-6a05c7c12fcc70058febc82d139dbe4155ac951b.tar.xz drakx-6a05c7c12fcc70058febc82d139dbe4155ac951b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 20f16c442..b06b193f7 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -130,7 +130,7 @@ sub ask_from_list_with_help { #- defaults to simple ask_from_list sub ask_from_list_with_helpW { my ($o, $title, $messages, $l, $help, $def) = @_; - ask_from_listW($o, $title, $messages, $l, $def); + $o->ask_from_listW($o, $title, $messages, $l, $def); } sub ask_from_list2_with_help_($$$$$;$) { |