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/drakproxy | |
parent | ab7a56256478e8d97c8e5c94e899ab4f182f10c6 (diff) | |
download | drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.gz drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.bz2 drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.xz drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.zip |
use vnew the right way everywhere
Diffstat (limited to 'perl-install/standalone/drakproxy')
-rwxr-xr-x | perl-install/standalone/drakproxy | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakproxy b/perl-install/standalone/drakproxy index 66307e460..426d73b9c 100755 --- a/perl-install/standalone/drakproxy +++ b/perl-install/standalone/drakproxy @@ -32,7 +32,7 @@ $::isEmbedded or $::isWizard = 1; $::Wizard_pix_up = "wiz_drakgw.png"; # FIXME $::Wizard_title = _("Proxy handling"); -my $in = interactive::vnew('su', 'default'); +my $in = 'interactive'->vnew('su', 'default'); if ($::isWizard || ($::isEmbedded && ref($in) =~ /gtk/)) { proxy::main('', $in); @@ -67,6 +67,9 @@ Gtk->exit(0); #------------------------------------------------- #- $Log$ +#- Revision 1.7 2001/08/09 09:35:37 gc +#- use vnew the right way everywhere +#- #- Revision 1.6 2001/08/08 18:26:31 prigaux #- add interactive_pkgs stuff #- |