Revision: 27732
          http://sourceforge.net/p/bibdesk/svn/27732
Author:   hofman
Date:     2022-07-13 18:11:48 +0000 (Wed, 13 Jul 2022)
Log Message:
-----------
add items to array

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m     2022-07-13 
18:02:23 UTC (rev 27731)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m     2022-07-13 
18:11:48 UTC (rev 27732)
@@ -126,6 +126,8 @@
         NSString *string = [url absoluteString];
         [item setString:string forType:(NSString *)([url isFileURL] ? 
kUTTypeFileURL : kUTTypeURL)];
         [item setString:string forType:NSPasteboardTypeString];
+        [items addObject:item];
+        [item release];
     }
     [pboard clearContents];
     return [pboard writeObjects:items];

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