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/install_steps_interactive.pm | |
parent | 762713ce55cadc5cac597cbe5ea4e26f4f76fb9c (diff) | |
download | drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar.gz drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar.bz2 drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar.xz drakx-99f9df7275444bda7ba09724f8165431393e8dbf.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c7657b187..9305f4d9d 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -659,7 +659,7 @@ sub addUser { ), $::beginner ? () : ( _("Shell") => {val => \$u->{shell}, list => [ any::shells($o->{prefix}) ], not_edit => !$::expert} ), $o->{security} > 3 ? () : ( - _("Icon") => {val => \$u->{icon}, list => [ @any::users ], icon2f => sub { any::icon2file($_[0], $o->{prefix}) } }, + _("Icon") => {val => \$u->{icon}, list => [ any::facesnames() ], icon2f => sub { any::face2xpm($_[0], $o->{prefix}) } }, ), ], focus_out => sub { |