diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-04-28 15:23:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-04-28 15:23:41 +0000 |
commit | d710a18021f451b95997416f4cbc460da813b3d8 (patch) | |
tree | 4c43a44e5256c31b89f7bd603ff3951385840dc6 | |
parent | 0761a8419409fc1f8922f185be5c612d7af592c8 (diff) | |
download | control-center-d710a18021f451b95997416f4cbc460da813b3d8.tar control-center-d710a18021f451b95997416f4cbc460da813b3d8.tar.gz control-center-d710a18021f451b95997416f4cbc460da813b3d8.tar.bz2 control-center-d710a18021f451b95997416f4cbc460da813b3d8.tar.xz control-center-d710a18021f451b95997416f4cbc460da813b3d8.zip |
(update_profiles) save_profile() call looks bogus after setting
netcnx->{PROFILE} and anyway set_profile already take care of saving
current one
-rwxr-xr-x | control-center | 1 |
1 files changed, 0 insertions, 1 deletions
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; |