From b07443105db538e7425b4ef5fd2d2ccdc6e0bb46 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 12:45:50 +0000 Subject: do not set wizard title/icon, it's already done in netconnect --- bin/drakconnect | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/drakconnect') 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; -- cgit v1.2.1