diff options
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 4bbd165ea..59465782b 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -313,7 +313,7 @@ sub create_box_with_title { chomp(my $text = join("\n", @_)); my $scroll = create_scrolled_window(gtktext_insert($wtext, $text)); $scroll->set_size_request(400, $o->{box_size}); - gtkpack($box, $scroll); + gtkpack_($box, 0, $scroll); } else { my $a = !$::no_separator; undef $::no_separator; |