summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakperm')
-rwxr-xr-xperl-install/standalone/drakperm1
1 files changed, 1 insertions, 0 deletions
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 {