diff options
| author | Justin Anderson <jander@mit.edu> | 2008-10-02 18:03:06 +0000 |
|---|---|---|
| committer | Justin Anderson <jander@mit.edu> | 2008-10-02 18:03:06 +0000 |
| commit | c781d197fecfe65a075458c50eeb34d6fa68c89f (patch) | |
| tree | 0eb95399bcf719ad32be6bcaa06e2a4f471b54f5 /src/kim/agent/mac/AuthenticationController.m | |
| parent | a9b51cea161acb118428631eb5a3828bb1f8047a (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.m | 2 |
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; |
