Revision: 27541
http://sourceforge.net/p/bibdesk/svn/27541
Author: hofman
Date: 2022-06-03 17:31:13 +0000 (Fri, 03 Jun 2022)
Log Message:
-----------
don't use setter in init
Modified Paths:
--------------
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2022-06-03 17:29:20 UTC (rev 27540)
+++ trunk/bibdesk/BibItem.m 2022-06-03 17:31:13 UTC (rev 27541)
@@ -286,7 +286,7 @@
fileOrder = nil;
identifierURL = createUniqueURL();
- [self setPubTypeString:type];
+ pubType = [[type entryType] retain];
pubDate = nil;
dateAdded = nil;
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