projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63b1b7
)
KerberosAgent continues to ignore mouse events after error
author
Justin Anderson
<jander@mit.edu>
Fri, 17 Oct 2008 19:26:29 +0000
(19:26 +0000)
committer
Justin Anderson
<jander@mit.edu>
Fri, 17 Oct 2008 19:26:29 +0000
(19:26 +0000)
Problem when trying to change password from behind a NAT. The ensuing error dialog ignores mouse events, making it impossible to dismiss.
ticket:new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20889
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kim/agent/mac/AuthenticationController.m
patch
|
blob
|
history
diff --git
a/src/kim/agent/mac/AuthenticationController.m
b/src/kim/agent/mac/AuthenticationController.m
index 0887ab5cec33d193ecdeeb842f109215aea6c359..ade8b5195778ab68c80d6126c50db4cb1a9b1636 100644
(file)
--- a/
src/kim/agent/mac/AuthenticationController.m
+++ b/
src/kim/agent/mac/AuthenticationController.m
@@
-401,6
+401,7
@@
// set badge
[errorBadge setBadgePath:associatedClient.path];
+ [self hideSpinny];
[self swapView:errorView];
[self showWindow:nil];