diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-19 11:59:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-19 11:59:10 +0000 |
commit | 38c3294ed883413773f294bba4bab9a8009002eb (patch) | |
tree | b1f1f05d1b2d7f8b802dc681a92545d0dbee9c3d | |
parent | 11a59d50d65496659fd9a7a09873f19ae4832996 (diff) | |
download | rpmdrake-38c3294ed883413773f294bba4bab9a8009002eb.tar rpmdrake-38c3294ed883413773f294bba4bab9a8009002eb.tar.gz rpmdrake-38c3294ed883413773f294bba4bab9a8009002eb.tar.bz2 rpmdrake-38c3294ed883413773f294bba4bab9a8009002eb.tar.xz rpmdrake-38c3294ed883413773f294bba4bab9a8009002eb.zip |
(run_treeview_dialog) kill an old uglyness from gc
-rwxr-xr-x | rpmdrake | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -197,7 +197,6 @@ sub run_treeview_dialog { $rdr->set_fixed_size(42, 24); $pixcolumn->set_fixed_width(48); # w/o this the pixbuf cells is empty $pixcolumn->set_sizing('fixed'); - $pixcolumn->{is_pix} = 1; $detail_list->append_column(my $col = Gtk2::TreeViewColumn->new_with_attributes(undef, Gtk2::CellRendererText->new, 'text' => $pkg_columns{text})); $col->set_sizing('fixed'); $detail_list_model->set_sort_column_id(0, 'ascending'); |