diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-14 12:45:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-14 12:45:50 +0000 |
commit | b07443105db538e7425b4ef5fd2d2ccdc6e0bb46 (patch) | |
tree | 5be986675e5214c9eaa7dc34ed2f5cc9d79d3bcb | |
parent | 71e589ed703e79973b203b046a10cd36f2d8aee7 (diff) | |
download | drakx-net-b07443105db538e7425b4ef5fd2d2ccdc6e0bb46.tar drakx-net-b07443105db538e7425b4ef5fd2d2ccdc6e0bb46.tar.gz drakx-net-b07443105db538e7425b4ef5fd2d2ccdc6e0bb46.tar.bz2 drakx-net-b07443105db538e7425b4ef5fd2d2ccdc6e0bb46.tar.xz drakx-net-b07443105db538e7425b4ef5fd2d2ccdc6e0bb46.zip |
do not set wizard title/icon, it's already done in netconnect
-rwxr-xr-x | bin/drakconnect | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/drakconnect b/bin/drakconnect index d786711..7a95cc1 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -38,9 +38,6 @@ my $net = {}; network::network::read_net_conf($net); my $modules_conf = modules::any_conf->read; -$::Wizard_title = N("Network & Internet Configuration"); -$::Wizard_pix_up = "drakconnect"; - local $_ = join '', @ARGV; if (/--skip-wizard/) { require network::drakconnect::edit; |