From d710a18021f451b95997416f4cbc460da813b3d8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 28 Apr 2004 15:23:41 +0000 Subject: (update_profiles) save_profile() call looks bogus after setting netcnx->{PROFILE} and anyway set_profile already take care of saving current one --- control-center | 1 - 1 file changed, 1 deletion(-) diff --git a/control-center b/control-center index 13911644..c7faaf06 100755 --- a/control-center +++ b/control-center @@ -510,7 +510,6 @@ Are you sure you want to do the switch?", $netcnx->{PROFILE}, $prof), { transien $done = 0; enable_profile_entry($netcnx->{PROFILE}, 0); $netcnx->{PROFILE} = $prof; - network::netconnect::save_profile($netcnx); network::netconnect::set_profile($netcnx); enable_profile_entry($prof, 1) if !$removing; $done = 1; -- cgit v1.2.1