aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-06 09:15:33 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-06 09:15:33 +0000
commite7ab009eab48d65b394641cd48fcfad9cb29e294 (patch)
treec2d2292c483634f76c57b192455572fcc3e3b8cf /rpmdrake
parent5f2587ed3b3f7d25642d9682208a3867cef07d08 (diff)
downloadrpmdrake-e7ab009eab48d65b394641cd48fcfad9cb29e294.tar
rpmdrake-e7ab009eab48d65b394641cd48fcfad9cb29e294.tar.gz
rpmdrake-e7ab009eab48d65b394641cd48fcfad9cb29e294.tar.bz2
rpmdrake-e7ab009eab48d65b394641cd48fcfad9cb29e294.tar.xz
rpmdrake-e7ab009eab48d65b394641cd48fcfad9cb29e294.zip
(run_treeview_dialog) do show columns headers in package list
Diffstat (limited to 'rpmdrake')
-rwxr-xr-xrpmdrake1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 0d27c241..7f6d6105 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -191,7 +191,6 @@ sub run_treeview_dialog {
$detail_list->append_column(my $col_arch = Gtk2::TreeViewColumn->new_with_attributes(N("Arch"), Gtk2::CellRendererText->new, 'text' => $pkg_columns{arch}));
#$_->set_sizing('fixed') foreach $col_nm, $col_ver, $col_arch;
$detail_list_model->set_sort_column_id(0, 'ascending');
- $detail_list->set_headers_visible(0);
$detail_list->set_rules_hint(1);
#$detail_list->set_fixed_height_mode(1);