summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-03 15:22:04 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-03 15:22:04 +0000
commitc1b273abab0c91ae0364b9fc5fcf26c2480db7c2 (patch)
tree815c884b34d74b2ce9b747712167399af2959b72 /perl-install
parent09f36f045b5aaf8f159a9b13a78c4240a7530ee5 (diff)
downloaddrakx-backup-do-not-use-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar
drakx-backup-do-not-use-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar.gz
drakx-backup-do-not-use-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar.bz2
drakx-backup-do-not-use-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.tar.xz
drakx-backup-do-not-use-c1b273abab0c91ae0364b9fc5fcf26c2480db7c2.zip
(new) fix sizing some label (workarounding infamous 6 years old gnome bug #101968)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/ugtk2.pm4
3 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 28e5f5f5d..c8147bbf8 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- fix sizing some label (workarounding infamous 6 years old gnome bug #101968)
+
Version 11.33.1 - 2 September 2008
- libDrakX:
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 6f3c01870..605cc6a31 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,6 +1,7 @@
- fix buggy blocking wait_message occuring in diskdrake
(using a more powerful strategy to ensure such blocking wait_message won't
bother us anymore)
+- fix sizing some label (workarounding infamous 6 years old gnome bug #101968)
Version 11.33.1 - 2 September 2008
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 03e73c713..042a6f2ff 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -919,7 +919,9 @@ sub ask_browse_tree_info {
gtkadd($w->{window},
gtknew('VBox', spacing => 5, children => [
- 0, gtknew('Title2', label => $common->{message}),
+ 0, gtknew('Title2', label => $common->{message},
+ # workaround infamous 6 years old gnome bug #101968:
+ width => mygtk2::get_label_width()),
1, gtknew('VBox', children => [
1, gtknew('ScrolledWindow', child => $tree),
0, gtknew('Frame', text => N("Info"), child =>