summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac/AuthenticationController.m
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2008-12-18 16:21:10 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2008-12-18 16:21:10 +0000
commit1d86f863efc9f6bc838438f90c6fdda236b6cedd (patch)
tree60cc28284b7c176da37f8555470180a1c8c6d0ba /src/kim/agent/mac/AuthenticationController.m
parent169b7d35e333230038b2ba678924d24254713eee (diff)
KIM: window settings
Ticket: 6290 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21543 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/agent/mac/AuthenticationController.m')
-rw-r--r--src/kim/agent/mac/AuthenticationController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kim/agent/mac/AuthenticationController.m b/src/kim/agent/mac/AuthenticationController.m
index ea94d6b5b4..5a9c8b6f19 100644
--- a/src/kim/agent/mac/AuthenticationController.m
+++ b/src/kim/agent/mac/AuthenticationController.m
@@ -75,8 +75,8 @@
{
[[self window] center];
// We need to float over the loginwindow and SecurityAgent so use its hardcoded level.
- [[self window] setLevel:NSScreenSaverWindowLevel];
-
+ [[self window] setLevel:NSModalPanelWindowLevel];
+
visibleAsSheet = NO;
lifetimeFormatter.displaySeconds = NO;