Revision: 28645
          http://sourceforge.net/p/bibdesk/svn/28645
Author:   hofman
Date:     2024-01-22 00:13:48 +0000 (Mon, 22 Jan 2024)
Log Message:
-----------
use setValue:forKey: to set property for array

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMainThreadOperationQueue.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMainThreadOperationQueue.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMainThreadOperationQueue.m      
2024-01-21 23:50:20 UTC (rev 28644)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVMainThreadOperationQueue.m      
2024-01-22 00:13:48 UTC (rev 28645)
@@ -130,7 +130,7 @@
 
 - (void)addOperations:(NSArray *)operations;
 {
-    [operations makeObjectsPerformSelector:@selector(setQueue:) 
withObject:self];
+    [operations setValue:self forKey:@"queue"];
     
     pthread_mutex_lock(&_queueLock);
     [_pendingOperations pushMultiple:operations];

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

Reply via email to