diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 00:33:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 00:33:14 +0000 |
commit | 99f9df7275444bda7ba09724f8165431393e8dbf (patch) | |
tree | 717a4afd8add602b212f323cff604e265063f8c3 /perl-install/standalone | |
parent | 762713ce55cadc5cac597cbe5ea4e26f4f76fb9c (diff) | |
download | drakx-backup-do-not-use-99f9df7275444bda7ba09724f8165431393e8dbf.tar drakx-backup-do-not-use-99f9df7275444bda7ba09724f8165431393e8dbf.tar.gz drakx-backup-do-not-use-99f9df7275444bda7ba09724f8165431393e8dbf.tar.bz2 drakx-backup-do-not-use-99f9df7275444bda7ba09724f8165431393e8dbf.tar.xz drakx-backup-do-not-use-99f9df7275444bda7ba09724f8165431393e8dbf.zip |
no_comment
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/adduserdrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/adduserdrake b/perl-install/standalone/adduserdrake index 4bcd57f91..b3750690f 100755 --- a/perl-install/standalone/adduserdrake +++ b/perl-install/standalone/adduserdrake @@ -27,7 +27,7 @@ if (my @l = grep { ! /^-/ } @ARGV) { exit 0; } -my $in = vnew interactive('su'); +my $in = interactive->vnew('su'); my @users; new: @@ -44,7 +44,7 @@ if ($in->ask_from_entries_refH( ), $::beginner ? () : ( _("Shell") => {val => \$u->{shell}, list => \@shells, not_edit => !$::expert} ), $security > 3 ? () : ( - _("Icon") => {val => \$u->{icon}, list => [ @any::users ], icon2f => \&any::icon2file }, + _("Icon") => {val => \$u->{icon}, list => [ any::facesnames() ], icon2f => \&any::face2xpm }, ), ], focus_out => sub { |