From 67194fca119aa81389dceb96e023ecae2bc8c164 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 3 Aug 2005 05:22:23 +0000 Subject: use apply() --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 56c1e131e..c5056f888 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -1032,7 +1032,7 @@ Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a ne update(); $button_apply->set_sensitive(1); } else { - network::network::configure_network($net, $in, $modules_conf); + apply(); } $exit_dialogsub->(); }), -- cgit v1.2.1