From cb2b3004dc2d270053a542714a97a3716cc8b4a9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Jul 2003 18:55:05 +0000 Subject: disable column sorting since it makes gtk+2 crash when moving up a column --- perl-install/standalone/drakperm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index aa9f5461f..9e524c52b 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -40,7 +40,7 @@ my @column_sizes = (150, 100, 100, 15, -1); each_index { my $col = Gtk2::TreeViewColumn->new_with_attributes($_, Gtk2::CellRendererText->new, 'text' => $::i); $col->set_min_width($column_sizes[$::i]); - $col->set_sort_column_id($::i); +# $col->set_sort_column_id($::i); $permList->append_column($col); } (N("path"), N("user"), N("group"), N("permissions")); -- cgit v1.2.1