Revision: 29218
http://sourceforge.net/p/bibdesk/svn/29218
Author: hofman
Date: 2025-04-27 16:16:18 +0000 (Sun, 27 Apr 2025)
Log Message:
-----------
use misc for type of placeholder item
Modified Paths:
--------------
trunk/bibdesk/BDSKSRUGroupServer.m
Modified: trunk/bibdesk/BDSKSRUGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKSRUGroupServer.m 2025-04-27 15:48:38 UTC (rev 29217)
+++ trunk/bibdesk/BDSKSRUGroupServer.m 2025-04-27 16:16:18 UTC (rev 29218)
@@ -321,7 +321,7 @@
BDSKStringType stringType = [self
stringTypeForRecordString:record];
BibItem *pub = [[BDSKStringParser itemsFromString:record
ofType:stringType error:NULL] firstObject];
if (pub == nil)
- pub = [[BibItem alloc] initWithType:BDSKBookString
citeKey:nil pubFields:@{BDSKAnnoteString:record}];
+ pub = [[BibItem alloc] initWithType:BDSKMiscString
citeKey:nil pubFields:@{BDSKAnnoteString:record}];
[pubs addObject:pub];
}
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