Revision: 23994
http://sourceforge.net/p/bibdesk/svn/23994
Author: hofman
Date: 2019-07-10 21:10:17 +0000 (Wed, 10 Jul 2019)
Log Message:
-----------
delay next authentication panel to allow last panel to go away
Modified Paths:
--------------
trunk/bibdesk/BDSKAuthenticationHandler.m
Modified: trunk/bibdesk/BDSKAuthenticationHandler.m
===================================================================
--- trunk/bibdesk/BDSKAuthenticationHandler.m 2019-07-10 21:06:48 UTC (rev
23993)
+++ trunk/bibdesk/BDSKAuthenticationHandler.m 2019-07-10 21:10:17 UTC (rev
23994)
@@ -122,7 +122,7 @@
[controller runAuthentication:challenge window:window
completionHandler:^(BDSKDownloaderAuthChallengeDisposition disposition,
NSURLCredential *credential){
[controllers removeObjectForKey:key];
completionHandler(disposition, credential);
- [self tryNextChallengeForWindow:window];
+ [self performSelector:@selector(tryNextChallengeForWindow:)
withObject:window afterDelay:0.0];
}];
[controller release];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit