aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xuserdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/userdrake b/userdrake
index ef821c9..ea82332 100755
--- a/userdrake
+++ b/userdrake
@@ -203,7 +203,7 @@ sub Refresh {
}
sub GetFaceIcon {
my $i = 0; my @m;
- my @icones = @m = any::facesnames('');
+ my @icones = @m = any::facesnames();
gtkpack_(my $hb = Gtk2::HBox->new(0, 2),
0, Gtk2::Label->new(N("Click on the icon to change it"). ' '),
0, my $b = Gtk2::Button->new
@@ -297,7 +297,7 @@ sub AddUser {
$userEnt->ShadowWarn(-1); $userEnt->ShadowInact(-1);
$ctx->UserAdd($userEnt, $is_system, $dontcreatehomedir);
$ctx->UserSetPass($userEnt, $u{passwd});
- defined $us->{o}->{iconval} and any::addKdmIcon('', $u{username}, $us->{o}->{iconval});
+ defined $us->{o}->{iconval} and any::addKdmIcon($u{username}, $us->{o}->{iconval});
Refresh($sysfilter, $stringsearch);
}
}