diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-08-09 09:35:37 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-08-09 09:35:37 +0000 |
commit | 990265bd38aeccab96c09e5224256443016e33b5 (patch) | |
tree | d0d054329d3b6d3ae7db658e7893a5ac9b2bd17f /perl-install/standalone/net_monitor | |
parent | ab7a56256478e8d97c8e5c94e899ab4f182f10c6 (diff) | |
download | drakx-990265bd38aeccab96c09e5224256443016e33b5.tar drakx-990265bd38aeccab96c09e5224256443016e33b5.tar.gz drakx-990265bd38aeccab96c09e5224256443016e33b5.tar.bz2 drakx-990265bd38aeccab96c09e5224256443016e33b5.tar.xz drakx-990265bd38aeccab96c09e5224256443016e33b5.zip |
use vnew the right way everywhere
Diffstat (limited to 'perl-install/standalone/net_monitor')
-rwxr-xr-x | perl-install/standalone/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 8fc3d968a..2f58c073f 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -31,7 +31,7 @@ use MDK::Common::Globals "network", qw($in $prefix $connect_file $disconnect_fil my ($connect, $default_intf); init Gtk; -my $in = vnew interactive('su'); +my $in = 'interactive'->vnew('su', 'default'); $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; ($default_intf) = "@ARGV" =~ /--defaultintf (\w+)/; $connect = "@ARGV" =~ /--connect/; |