summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-28 16:09:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-28 16:09:17 +0000
commit4eecdf7017657550486500c59707a3c5938f7839 (patch)
tree2e2b3c132424605b739bad8999bf2a9ed9ea2420 /perl-install/standalone/drakgw
parent599b2e830a03d2e6ad37164a0ee0a6c0b5d6d001 (diff)
downloaddrakx-backup-do-not-use-4eecdf7017657550486500c59707a3c5938f7839.tar
drakx-backup-do-not-use-4eecdf7017657550486500c59707a3c5938f7839.tar.gz
drakx-backup-do-not-use-4eecdf7017657550486500c59707a3c5938f7839.tar.bz2
drakx-backup-do-not-use-4eecdf7017657550486500c59707a3c5938f7839.tar.xz
drakx-backup-do-not-use-4eecdf7017657550486500c59707a3c5938f7839.zip
reflect in standalone drakxtools the removal of DrakX icons
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index ab191ce3a..5517ba53e 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -54,7 +54,7 @@ my $cups_conf = "/etc/cups/cupsd.conf";
my $shorewall = network::shorewall::read();
-my $in = 'interactive'->vnew('su', 'default');
+my $in = 'interactive'->vnew('su');
$::Wizard_title = N("Internet Connection Sharing");
!$::isEmbedded && $in->isa('interactive::gtk') and $::isWizard = 1;