diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 59fb3d781..4ba4ebdb6 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -44,7 +44,7 @@ my %appletstate = ( ); my %actions = ( - 'confNetwork' => { name => N("Configure Network"), launch => sub { configNetwork() } }, + 'confNetwork' => { name => N("Configure Network"), launch => sub { system("/usr/sbin/drakconnect --skip-wizard &") } }, 'refresh' => { name => N("Refresh"), launch => sub { checkNetwork() } }, 'help' => { name => N("Get Online Help"), launch => sub { system("drakhelp --id internet-connection &") } } ); |