diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakperm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 9e3d38af7..274db2a8f 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -45,8 +45,7 @@ each_index { } (N("path"), N("user"), N("group"), N("permissions")); #- widgets settings -my $combo_perm = new Gtk2::Combo; -$combo_perm->entry->set_editable(0); +my $combo_perm = new Gtk2::OptionMenu; $combo_perm->set_popdown_strings(sort(keys %perm)); sub add_callback() { |