diff options
author | David Odin <odin@mandriva.org> | 2001-06-12 12:45:57 +0000 |
---|---|---|
committer | David Odin <odin@mandriva.org> | 2001-06-12 12:45:57 +0000 |
commit | 2c9c6a8f7e6e36f42671d047e27c7f1de1be061b (patch) | |
tree | a452417462590e26f4ebe571e0ed4500c1935159 /perl-install/standalone/drakproxy | |
parent | 0405309dde44eb8c66d4f4612860a93e267e6c84 (diff) | |
download | drakx-2c9c6a8f7e6e36f42671d047e27c7f1de1be061b.tar drakx-2c9c6a8f7e6e36f42671d047e27c7f1de1be061b.tar.gz drakx-2c9c6a8f7e6e36f42671d047e27c7f1de1be061b.tar.bz2 drakx-2c9c6a8f7e6e36f42671d047e27c7f1de1be061b.tar.xz drakx-2c9c6a8f7e6e36f42671d047e27c7f1de1be061b.zip |
ui for drakproxy almost done
Diffstat (limited to 'perl-install/standalone/drakproxy')
-rwxr-xr-x | perl-install/standalone/drakproxy | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/standalone/drakproxy b/perl-install/standalone/drakproxy index de0c51710..6a10e9a41 100755 --- a/perl-install/standalone/drakproxy +++ b/perl-install/standalone/drakproxy @@ -34,7 +34,7 @@ $::Wizard_title = _("Proxy handling"); my $in = interactive::vnew('su', 'default'); -if ($::isEmbedded && ref($in) =~ /gtk/) { +if ($::isWizard || ($::isEmbedded && ref($in) =~ /gtk/)) { proxy::main('', $in, sub { $in->standalone::pkgs_install(@_) }); $in->exit(0); } @@ -54,7 +54,7 @@ Click on Configure to launch the setup wizard."), ), 1, gtkpack(my $hbox2 = new Gtk::HBox(0,0),), 0, gtkadd(gtkset_layout(new Gtk::HButtonBox, -end), - gtksignal_connect(new Gtk::Button(_("Configure")), clicked => sub { system ("/usr/sbin/drakgw --wizard") }), + gtksignal_connect(new Gtk::Button(_("Configure")), clicked => sub { system ("/usr/sbin/drakproxy --wizard") }), gtksignal_connect(new Gtk::Button(_("Cancel")), clicked => sub { kill(USR1, $::CCPID) }), ) ) @@ -67,6 +67,9 @@ Gtk->exit(0); #------------------------------------------------- #- $Log$ +#- Revision 1.5 2001/06/12 12:45:57 odin +#- ui for drakproxy almost done +#- #- Revision 1.4 2001/06/11 16:34:49 damien #- corrected CVS: ---------------------------------------------------------------------- #- |