KerberosAgent continues to ignore mouse events after error
authorJustin Anderson <jander@mit.edu>
Fri, 17 Oct 2008 19:26:29 +0000 (19:26 +0000)
committerJustin 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

index 0887ab5cec33d193ecdeeb842f109215aea6c359..ade8b5195778ab68c80d6126c50db4cb1a9b1636 100644 (file)
     // set badge
     [errorBadge setBadgePath:associatedClient.path];
 
+    [self hideSpinny];
     [self swapView:errorView];
     
     [self showWindow:nil];