diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index f18423ff1..a8a933b3f 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -466,7 +466,6 @@ sub create_okcancel { my $box = create_hbox($spread || "edge"); $box->pack_start($_, 0, 0, 1) foreach @l2; - gtkpack($box, ''); $box->pack_end($_, 0, 0, 1) foreach @r2, @l; foreach (@l2, @r2, @l) { $_->show; |