From 4785bd2c16ec201b13dcf879916eae4c81652072 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Sep 2008 13:37:57 +0000 Subject: (create_boxradio,create_box_with_title,create_widget,get_label_width,main,reallyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds --- perl-install/ugtk2.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 4eb39660c..03e73c713 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -360,7 +360,9 @@ sub create_box_with_title { } else { my $new_label = sub { my ($txt) = @_; - ref($txt) ? $txt : gtknew('WrappedLabel', text_markup => $txt, width => mygtk2::get_label_width()); + ref($txt) ? $txt : gtknew('WrappedLabel', text_markup => $txt, + # workaround infamous 6 years old gnome bug #101968: + width => mygtk2::get_label_width()); }; gtkpack__($box, if_($::isWizard, gtknew('Label', height => 10)), -- cgit v1.2.1