From 7dba5646db64f6d695da91b881e46299736e46f5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Jan 2004 11:55:51 +0000 Subject: load adsl wizard on demand --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 0be1647eb..838909533 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -219,6 +219,7 @@ If you don't want to use the auto detection, deselect the checkbox. }, post => sub { load_conf($netcnx, $netc, $intf) if $::isInstall; # :-( + get_subwizard($wiz, 'adsl') if $connections{$cnx_type} eq 'adsl'; return $type = $connections{$cnx_type}; }, }, -- cgit v1.2.1