diff options
-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 fafb8441c..88533de73 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -87,7 +87,7 @@ my %actions = ( network::tools::bg_command_as_root('/sbin/set-netprofile', $netcnx->{PROFILE}); } }, - 'refresh' => { name => N("Refresh"), launch => sub { checkNetwork() } }, + 'refresh' => { name => N("Refresh"), launch => sub { checkNetworkForce() } }, 'help' => { name => N("Get Online Help"), launch => sub { system("drakhelp --id internet-connection &") } } ); |