Revision: 29998
http://sourceforge.net/p/bibdesk/svn/29998
Author: hofman
Date: 2026-02-15 23:17:58 +0000 (Sun, 15 Feb 2026)
Log Message:
-----------
dictionary literal
Modified Paths:
--------------
trunk/bibdesk/BDSKAuthenticationHandler.m
Modified: trunk/bibdesk/BDSKAuthenticationHandler.m
===================================================================
--- trunk/bibdesk/BDSKAuthenticationHandler.m 2026-02-15 23:04:55 UTC (rev
29997)
+++ trunk/bibdesk/BDSKAuthenticationHandler.m 2026-02-15 23:17:58 UTC (rev
29998)
@@ -68,7 +68,7 @@
queue = [[NSMutableArray alloc] init];
[queues setObject:queue forKey:key];
}
- [queue addObject:[NSDictionary dictionaryWithObjectsAndKeys:challenge,
CHALLENGE_KEY, [(id)completionHandler copy], COMPLETIONHANDLER_KEY, nil]];
+ [queue addObject:@{CHALLENGE_KEY:challenge,
COMPLETIONHANDLER_KEY:[completionHandler copy]}];
}
- (void)tryNextChallengeForWindow:(NSWindow *)window {
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