diff options
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
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->(); }), |