diff options
-rwxr-xr-x | rpmdrake | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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( |