From 99f9df7275444bda7ba09724f8165431393e8dbf Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 2 Sep 2000 00:33:14 +0000 Subject: no_comment --- perl-install/standalone/adduserdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') 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 { -- cgit v1.2.1