Revision: 28483
          http://sourceforge.net/p/bibdesk/svn/28483
Author:   hofman
Date:     2023-12-29 23:44:24 +0000 (Fri, 29 Dec 2023)
Log Message:
-----------
should use pubAuthors and pubE~ditors instead of authors and editors

Modified Paths:
--------------
    trunk/bibdesk/BibItem.m

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2023-12-29 10:29:27 UTC (rev 28482)
+++ trunk/bibdesk/BibItem.m     2023-12-29 23:44:24 UTC (rev 28483)
@@ -2467,9 +2467,9 @@
     if ((value = [self valueOfField:@"Guid"]))
         [element addChild:[NSXMLNode elementWithName:@"b:Guid" 
stringValue:value]];
     
-    if ((node = authorNodeForAuthors([self authors], @"b:Author")))
+    if ((node = authorNodeForAuthors([self pubAuthors], @"b:Author")))
         [element addChild:node];
-    if ((node = authorNodeForAuthors([self editors], @"b:Editor")))
+    if ((node = authorNodeForAuthors([self pubEditors], @"b:Editor")))
         [element addChild:node];
     if ((node = authorNodeForAuthors([self peopleArrayForField:@"Translator"], 
@"b:Translator")))
         [element addChild:node];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to