aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-20 05:38:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-20 05:38:18 +0000
commit9c76d99237694f208b70a5d4f235703d31da8907 (patch)
treef943cb381d8a0279b10db3e2684c3a4b67a36c95
parent097290f5136f873f5df3893f09e44f5e285f53a8 (diff)
downloadrpmdrake-9c76d99237694f208b70a5d4f235703d31da8907.tar
rpmdrake-9c76d99237694f208b70a5d4f235703d31da8907.tar.gz
rpmdrake-9c76d99237694f208b70a5d4f235703d31da8907.tar.bz2
rpmdrake-9c76d99237694f208b70a5d4f235703d31da8907.tar.xz
rpmdrake-9c76d99237694f208b70a5d4f235703d31da8907.zip
work around bug in gtk2 that clobbers display (see bugzilla #16575)
-rwxr-xr-xrpmdrake3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 7b47a3a2..2b36f467 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -875,7 +875,8 @@ or you already installed all of them."));
($typical_width) = string_size($tree, translate("Graphical Environment") . "xmms-more-vis-plugins");
$typical_width > 500 and $typical_width = 500; #- try to not being crazy with a too large value
$typical_width < 150 and $typical_width = 150;
- $textcolumn->set_min_width($typical_width*0.7);
+ #- XXX : work around bug in gtk2 that clobbers display (see bugzilla #16575)
+ #$textcolumn->set_min_width($typical_width*0.7);
my $cursor_to_restore;
$tree->signal_connect(