summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac/AuthenticationController.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/kim/agent/mac/AuthenticationController.m')
-rw-r--r--src/kim/agent/mac/AuthenticationController.m6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/kim/agent/mac/AuthenticationController.m b/src/kim/agent/mac/AuthenticationController.m
index ade8b5195..ad665fb29 100644
--- a/src/kim/agent/mac/AuthenticationController.m
+++ b/src/kim/agent/mac/AuthenticationController.m
@@ -312,7 +312,8 @@
[passwordSpinny startAnimation: nil];
[samSpinny startAnimation: nil];
[changePasswordSpinny startAnimation: nil];
- [[self window] setIgnoresMouseEvents:YES];
+ [glueController setValue:[NSNumber numberWithBool:NO]
+ forKeyPath:accepting_input_keypath];
}
- (void) hideSpinny
@@ -321,7 +322,8 @@
[passwordSpinny stopAnimation: nil];
[samSpinny stopAnimation: nil];
[changePasswordSpinny stopAnimation: nil];
- [[self window] setIgnoresMouseEvents:NO];
+ [glueController setValue:[NSNumber numberWithBool:YES]
+ forKeyPath:accepting_input_keypath];
}
- (void) showSAM