From: Justin Anderson Date: Fri, 17 Oct 2008 19:26:29 +0000 (+0000) Subject: KerberosAgent continues to ignore mouse events after error X-Git-Tag: krb5-1.7-alpha1~291 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78641735112c89f202c125b1c223f64f013416a7;p=krb5.git KerberosAgent continues to ignore mouse events after error 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 --- diff --git a/src/kim/agent/mac/AuthenticationController.m b/src/kim/agent/mac/AuthenticationController.m index 0887ab5ce..ade8b5195 100644 --- 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];