aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-26 15:30:18 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-26 15:30:18 +0000
commitdd077b78bed7559073800ac034946e7d3b2d4680 (patch)
treea47adbc3a4e5f8248a0eb7414d0e14a1759c1293
parent4313907501f2ac97a4dc1f79023eb03766087bce (diff)
downloadrpmdrake-dd077b78bed7559073800ac034946e7d3b2d4680.tar
rpmdrake-dd077b78bed7559073800ac034946e7d3b2d4680.tar.gz
rpmdrake-dd077b78bed7559073800ac034946e7d3b2d4680.tar.bz2
rpmdrake-dd077b78bed7559073800ac034946e7d3b2d4680.tar.xz
rpmdrake-dd077b78bed7559073800ac034946e7d3b2d4680.zip
(run_treeview_dialog) make statut icon no more fixed with b/c of its
new header
-rwxr-xr-xrpmdrake2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmdrake b/rpmdrake
index de06ec7c..98fd184d 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -281,8 +281,6 @@ sub run_treeview_dialog {
);
$rdr->set_fixed_size(34, 24);
$pixcolumn->set_sort_column_id($pkg_columns{state});
- $pixcolumn->set_fixed_width(34); # w/o this the pixbuf cells is empty
- $pixcolumn->set_sizing('fixed');
compute_main_window_size($w);