From 947ee356a2be1bb418d378cf38358d8c9218aef3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 24 Mar 2005 12:29:46 +0000 Subject: force refresh if asked by user from the menu --- perl-install/standalone/net_applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &") } } ); -- cgit v1.2.1