From 4a1dddfaeeaed25cbfdbba335e0eae8f42cb815b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Feb 2003 11:23:43 +0000 Subject: level should not be editable --- perl-install/standalone/drakperm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index a17d0b916..3a78608f1 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -46,6 +46,7 @@ each_index { #- widgets settings my $combo_perm = new Gtk2::Combo; +$combo_perm->entry->set_editable(0); $combo_perm->set_popdown_strings(sort(keys %perm)); sub add_callback { -- cgit v1.2.1