diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-12 21:43:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-12 21:43:23 +0000 |
commit | e03f94cb575827ae939c90132604ee5af8545b7a (patch) | |
tree | 4cc5c45cabc3c8c1d4e5969f92a531dab513e918 /perl-install/my_gtk.pm | |
parent | 107b1cbeace77c78d4885c138ca57d373a125bdf (diff) | |
download | drakx-e03f94cb575827ae939c90132604ee5af8545b7a.tar drakx-e03f94cb575827ae939c90132604ee5af8545b7a.tar.gz drakx-e03f94cb575827ae939c90132604ee5af8545b7a.tar.bz2 drakx-e03f94cb575827ae939c90132604ee5af8545b7a.tar.xz drakx-e03f94cb575827ae939c90132604ee5af8545b7a.zip |
no_comment
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r-- | perl-install/my_gtk.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 09feb7c19..2fdfdda19 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -175,8 +175,10 @@ sub create_okcancel($;$$) { sub create_box_with_title($@) { my $o = shift; + + @_ = map { warp_text($_) } @_; $o->{box} = gtkpack_(new Gtk::VBox(0,0), - map({ + map({ my $w = ref $_ ? $_ : new Gtk::Label($_); $w->set_name("Title"); 0, $w; |