From 6eeb93b81a91e5af4d9c70e3f9e87d92c077f7fc Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Wed, 7 May 2003 15:38:42 +0000 Subject: - follow new network::netconnect::save_conf signature - remove call to network::netconnect::set_net_conf, no longer exist --- perl-install/standalone/drakconnect | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 18682f807..06b37006c 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -276,7 +276,6 @@ $combo1->entry->signal_connect('changed', sub { network::netconnect::set_profile($netcnx, $combo1->entry->get_text()); network::netconnect::load_conf($netcnx, $netc, $intf); $netcnx->{$_} = $netc->{$_} foreach qw(NET_DEVICE NET_INTERFACE); - network::netconnect::set_net_conf($netcnx, $netc); update(); $button_apply->set_sensitive(1); }); @@ -312,7 +311,7 @@ sub build_list() { sub apply() { $old_profile = $netcnx->{PROFILE} || "default"; - network::netconnect::save_conf($netcnx, $netc, $intf); + network::netconnect::save_conf($netcnx); $netcnx->{type} eq 'modem' and network::modem::ppp_configure($in, $netcnx->{$netcnx->{type}}); $netcnx->{type} eq 'isdn_internal' and network::isdn::isdn_write_config_backend($netcnx->{$netcnx->{type}}, $netc, $netcnx); #$light -- cgit v1.2.1