From 539e7ddd3b2a8f70473f8326551e280c27b6fbe1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Aug 2003 13:17:13 +0000 Subject: remove useless bbox8 (due to use of std dialog button box) --- perl-install/standalone/drakconnect | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone') 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); -- cgit v1.2.1