From 990265bd38aeccab96c09e5224256443016e33b5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Aug 2001 09:35:37 +0000 Subject: use vnew the right way everywhere --- perl-install/standalone/drakgw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index c5d32e506..35257a6ad 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -54,7 +54,7 @@ log::l("[drakgw] kernel_version $kernel_version"); $kernel_version eq '2.2' || $kernel_version eq '2.4' or die "Only for 2.2 or 2.4 kernels.\n"; -my $in = interactive::vnew('su', 'default'); +my $in = 'interactive'->vnew('su', 'default'); pur_gtk_mode() if $::isEmbedded && ref($in) =~ /gtk/; @@ -665,6 +665,9 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.49 2001/08/09 09:35:37 gc +#- use vnew the right way everywhere +#- #- Revision 1.48 2001/08/09 09:15:38 gc #- - if package installs fail, redo one by one to know which one failed #- - try to not end up with a failing configuration file, if program is brutally stopped -- cgit v1.2.1