diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-02-20 14:07:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-02-20 14:07:14 +0000 |
commit | cc8793c78515e75a15649df621f7d5fe9fa2686e (patch) | |
tree | da0d77c6c7ef42343b0b671b5e7b80d33d33572b | |
parent | 97d5c3d6aee14c8cd201de9dab65311d53355073 (diff) | |
download | rpmdrake-cc8793c78515e75a15649df621f7d5fe9fa2686e.tar rpmdrake-cc8793c78515e75a15649df621f7d5fe9fa2686e.tar.gz rpmdrake-cc8793c78515e75a15649df621f7d5fe9fa2686e.tar.bz2 rpmdrake-cc8793c78515e75a15649df621f7d5fe9fa2686e.tar.xz rpmdrake-cc8793c78515e75a15649df621f7d5fe9fa2686e.zip |
(run_treeview_dialog) kill old workaround
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -232,8 +232,6 @@ sub run_treeview_dialog { ($typical_width) = string_size($tree, translate("Graphical Environment") . "xmms-more-vis-plugins"); $typical_width > 600 and $typical_width = 600; #- try to not being crazy with a too large value $typical_width < 150 and $typical_width = 150; - #- XXX : work around bug in gtk2 that clobbers display (see bugzilla #16575) - #$textcolumn->set_min_width($typical_width*0.7); my $cursor_to_restore; $_->signal_connect( |