diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-08-03 05:22:23 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-08-03 05:22:23 +0000 |
commit | 67194fca119aa81389dceb96e023ecae2bc8c164 (patch) | |
tree | bfe7e79f8946a1c208c011df4fffe984b7def2f7 /perl-install | |
parent | 1f1db4c0de55ce60f51f62b1b366bdf4c067582e (diff) | |
download | drakx-67194fca119aa81389dceb96e023ecae2bc8c164.tar drakx-67194fca119aa81389dceb96e023ecae2bc8c164.tar.gz drakx-67194fca119aa81389dceb96e023ecae2bc8c164.tar.bz2 drakx-67194fca119aa81389dceb96e023ecae2bc8c164.tar.xz drakx-67194fca119aa81389dceb96e023ecae2bc8c164.zip |
use apply()
Diffstat (limited to 'perl-install')
-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->(); }), |