Revision: 27731
http://sourceforge.net/p/bibdesk/svn/27731
Author: hofman
Date: 2022-07-13 18:02:23 +0000 (Wed, 13 Jul 2022)
Log Message:
-----------
always write URLs as both URL and string to pasteboard
Modified Paths:
--------------
trunk/bibdesk/BibDocument_DataSource.m
Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m 2022-07-13 17:57:32 UTC (rev
27730)
+++ trunk/bibdesk/BibDocument_DataSource.m 2022-07-13 18:02:23 UTC (rev
27731)
@@ -409,10 +409,7 @@
if ([theURLs count]) {
[pboard clearContents];
- if ([theNames count])
- success = [pboard writeURLs:theURLs names:theNames];
- else
- success = [pboard writeObjects:theURLs];
+ success = [pboard writeURLs:theURLs names:theNames];
} else {
success = [self writePublications:pubs
forDragCopyType:BDSKDragCopyDefault toPasteboard:pboard];
}
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