aboutsummaryrefslogtreecommitdiffstats
path: root/userdrake
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-09-12 09:45:18 +0000
committerDaouda Lo <daouda@mandriva.com>2003-09-12 09:45:18 +0000
commit7cfc0d826d9d5f25c5b4b559467e5b71a536b1d3 (patch)
treeb62c36ac65a49ede632e666421207527b34cb982 /userdrake
parentd14e847c3704fafeae4ce32834dbfca16978906e (diff)
downloaduserdrake-7cfc0d826d9d5f25c5b4b559467e5b71a536b1d3.tar
userdrake-7cfc0d826d9d5f25c5b4b559467e5b71a536b1d3.tar.gz
userdrake-7cfc0d826d9d5f25c5b4b559467e5b71a536b1d3.tar.bz2
userdrake-7cfc0d826d9d5f25c5b4b559467e5b71a536b1d3.tar.xz
userdrake-7cfc0d826d9d5f25c5b4b559467e5b71a536b1d3.zip
- add gtkset_mousecursor_normal() when finishing to add user
Diffstat (limited to 'userdrake')
-rwxr-xr-xuserdrake3
1 files changed, 2 insertions, 1 deletions
diff --git a/userdrake b/userdrake
index 7ef66e2..1b6d899 100755
--- a/userdrake
+++ b/userdrake
@@ -328,9 +328,10 @@ sub AddUser {
$ctx->UserSetPass($userEnt, $u{passwd});
defined $us->{o}->{iconval} and any::addKdmIcon($u{username}, $us->{o}->{iconval});
Refresh($sysfilter, $stringsearch);
+
}
}
- !$error and Gtk2->main_quit; $error = 0 })
+ !$error and Gtk2->main_quit; $error = 0; gtkset_mousecursor_normal() })
} ([ 'gtk-cancel', 1 ], [ 'gtk-ok', 0 ])),
)
);