Revision: 27618
http://sourceforge.net/p/bibdesk/svn/27618
Author: hofman
Date: 2022-06-12 21:39:53 +0000 (Sun, 12 Jun 2022)
Log Message:
-----------
set macroResolver of copy, so we can check when it is added to a wrong document
Modified Paths:
--------------
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2022-06-12 21:37:28 UTC (rev 27617)
+++ trunk/bibdesk/BibItem.m 2022-06-12 21:39:53 UTC (rev 27618)
@@ -326,6 +326,7 @@
BibItem *theCopy = [[[self class] allocWithZone: zone]
initWithType:pubType citeKey:citeKey pubFields:pubFields files:filesCopy
isNew:YES];
[filesCopy release];
[theCopy setDate: pubDate];
+ [theCopy setMacroResolver:[self macroResolver]];
return theCopy;
}
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