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/mygtk2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 8430e0cf4..d5113614e 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -1223,6 +1223,7 @@ sub get_main_window_size() { my ($width, $height) = $::real_windowwidth ? ($::real_windowwidth, $::real_windowheight) : $::isWizard ? (540, 360) : (600, 400); } +# in order to workaround infamous 6 years old gnome bug #101968: sub get_label_width() { first(mygtk2::get_main_window_size()) - 70; } -- cgit v1.2.1