From a904f2d0bf2115132cc2ccabfed573927f7038f3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Aug 2008 16:45:16 +0000 Subject: (_gtk__Title1) wrap titles if needed (which will probably force us to properly size labels in interactive::gtk due to infamous 6 years old gnome bug #101968) --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index aeebc0807..d411fc2a2 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -423,7 +423,7 @@ sub _gtk__Title1 { my ($w, $opts) = @_; $opts ||= {}; $opts->{text_markup} = title1_to_markup(delete($opts->{label})) if $opts->{label}; - _gtk__Label($w, $opts); + _gtk__WrappedLabel($w, $opts); } sub _gtk__Title2 { -- cgit v1.2.1