From f47e7b8711c1d81d5d0822a0d1efc8a8658fd921 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Jan 2005 09:20:58 +0000 Subject: fix typo --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index cd2b1cfa0..a1d3a1100 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -857,7 +857,7 @@ sub new { $banner = Gtk2::Banner->new(wm_icon(), $::Wizard_title) or log::l("ERROR: missing wizard banner"); } $::WizardTable = gtknew('VBox', - if_($banner, children_tight => $banner), + if_($banner, children_tight => [ $banner ]), ); if ($::isEmbedded) { -- cgit v1.2.1