diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-27 13:17:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-27 13:17:13 +0000 |
commit | 539e7ddd3b2a8f70473f8326551e280c27b6fbe1 (patch) | |
tree | e3d345d5c6d7e3671bf6b4e2b802cb5f791d6e8b /perl-install | |
parent | c2e46ee5cae0ae1c6c956d58c1a53bd937ebb632 (diff) | |
download | drakx-backup-do-not-use-539e7ddd3b2a8f70473f8326551e280c27b6fbe1.tar drakx-backup-do-not-use-539e7ddd3b2a8f70473f8326551e280c27b6fbe1.tar.gz drakx-backup-do-not-use-539e7ddd3b2a8f70473f8326551e280c27b6fbe1.tar.bz2 drakx-backup-do-not-use-539e7ddd3b2a8f70473f8326551e280c27b6fbe1.tar.xz drakx-backup-do-not-use-539e7ddd3b2a8f70473f8326551e280c27b6fbe1.zip |
remove useless bbox8 (due to use of std dialog button box)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 6ac133346..7fd0c4029 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -442,7 +442,6 @@ Configure them first by clicking on 'Configure'"))); gtkpack($window->vbox, Gtk2::Label->new(N("LAN Configuration")), my $notebook = Gtk2::Notebook->new, - my $bbox8 = Gtk2::HButtonBox->new, ); foreach (0..$#all_cards) { @@ -508,7 +507,6 @@ Configure them first by clicking on 'Configure'"))); # $list->set_selectable($_, 0); $notebook->append_page($vbox_local, Gtk2::Label->new($interface)); } - $bbox8->set_layout('end'); my $exit_dialogsub = sub { sensitive_buttons(1); |