summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-08-03 05:22:23 +0000
committerOlivier Blin <oblin@mandriva.org>2005-08-03 05:22:23 +0000
commit67194fca119aa81389dceb96e023ecae2bc8c164 (patch)
treebfe7e79f8946a1c208c011df4fffe984b7def2f7 /perl-install/standalone/drakconnect
parent1f1db4c0de55ce60f51f62b1b366bdf4c067582e (diff)
downloaddrakx-backup-do-not-use-67194fca119aa81389dceb96e023ecae2bc8c164.tar
drakx-backup-do-not-use-67194fca119aa81389dceb96e023ecae2bc8c164.tar.gz
drakx-backup-do-not-use-67194fca119aa81389dceb96e023ecae2bc8c164.tar.bz2
drakx-backup-do-not-use-67194fca119aa81389dceb96e023ecae2bc8c164.tar.xz
drakx-backup-do-not-use-67194fca119aa81389dceb96e023ecae2bc8c164.zip
use apply()
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
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->();
}),