svn rev #21543: trunk/src/kim/agent/mac/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Thu Dec 18 11:21:12 EST 2008


http://src.mit.edu/fisheye/changelog/krb5/?cs=21543
Commit By: tsitkova
Log Message:
Ticket: 6290

KIM: window settings



Changed Files:
U   trunk/src/kim/agent/mac/AuthenticationController.m
U   trunk/src/kim/agent/mac/SelectIdentityController.m
Modified: trunk/src/kim/agent/mac/AuthenticationController.m
===================================================================
--- trunk/src/kim/agent/mac/AuthenticationController.m	2008-12-18 16:09:10 UTC (rev 21542)
+++ trunk/src/kim/agent/mac/AuthenticationController.m	2008-12-18 16:21:10 UTC (rev 21543)
@@ -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;

Modified: trunk/src/kim/agent/mac/SelectIdentityController.m
===================================================================
--- trunk/src/kim/agent/mac/SelectIdentityController.m	2008-12-18 16:09:10 UTC (rev 21542)
+++ trunk/src/kim/agent/mac/SelectIdentityController.m	2008-12-18 16:21:10 UTC (rev 21543)
@@ -55,7 +55,7 @@
     NSString *message = nil;
     
     [[self window] center];
-    [[self window] setLevel:NSScreenSaverWindowLevel];
+    [[self window] setLevel:NSModalPanelWindowLevel];
     
     longTimeFormatter.displaySeconds = NO;
     longTimeFormatter.displayShortFormat = NO;




More information about the cvs-krb5 mailing list