summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac/AuthenticationController.m
diff options
context:
space:
mode:
authorJustin Anderson <jander@mit.edu>2008-10-02 18:03:06 +0000
committerJustin Anderson <jander@mit.edu>2008-10-02 18:03:06 +0000
commitc781d197fecfe65a075458c50eeb34d6fa68c89f (patch)
tree0eb95399bcf719ad32be6bcaa06e2a4f471b54f5 /src/kim/agent/mac/AuthenticationController.m
parenta9b51cea161acb118428631eb5a3828bb1f8047a (diff)
Update to allow change password from select and enter identity dialogs
ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20813 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/agent/mac/AuthenticationController.m')
-rw-r--r--src/kim/agent/mac/AuthenticationController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kim/agent/mac/AuthenticationController.m b/src/kim/agent/mac/AuthenticationController.m
index 8880cb8094..742c622fe0 100644
--- a/src/kim/agent/mac/AuthenticationController.m
+++ b/src/kim/agent/mac/AuthenticationController.m
@@ -75,7 +75,7 @@
{
[[self window] center];
// We need to float over the loginwindow and SecurityAgent so use its hardcoded level.
- [[self window] setLevel:2003];
+ [[self window] setLevel:NSScreenSaverWindowLevel];
lifetimeFormatter.displaySeconds = NO;
lifetimeFormatter.displayShortFormat = NO;