summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 09:20:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 09:20:58 +0000
commitf47e7b8711c1d81d5d0822a0d1efc8a8658fd921 (patch)
tree6f9c4f5fc2796564552bd71d88de7eb825879e20 /perl-install/ugtk2.pm
parent35fb645b3bdc12cfdcc816fbcb743953714a2788 (diff)
downloaddrakx-backup-do-not-use-f47e7b8711c1d81d5d0822a0d1efc8a8658fd921.tar
drakx-backup-do-not-use-f47e7b8711c1d81d5d0822a0d1efc8a8658fd921.tar.gz
drakx-backup-do-not-use-f47e7b8711c1d81d5d0822a0d1efc8a8658fd921.tar.bz2
drakx-backup-do-not-use-f47e7b8711c1d81d5d0822a0d1efc8a8658fd921.tar.xz
drakx-backup-do-not-use-f47e7b8711c1d81d5d0822a0d1efc8a8658fd921.zip
fix typo
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
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) {