diff options
-rwxr-xr-x | perl-install/standalone/drakperm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 7a19992d3..bfecbf98d 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -382,7 +382,7 @@ sub row_setting_dialog { ); $vbox; - } keys %rights), + } qw(user group other)), gtkpack(Gtk2::VBox->new(0,5), Gtk2::Label->new(' '), $suid, |