Revision: 12285
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12285&view=rev
Author:   hofman
Date:     2008-01-05 11:56:04 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Pass field name instead of field value for the field.

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2008-01-05 19:41:57 UTC (rev 12284)
+++ trunk/bibdesk/BibItem.m     2008-01-05 19:56:04 UTC (rev 12285)
@@ -582,7 +582,7 @@
             personStr = [pubFields objectForKey:personType];
             
             // parse into an array of BibAuthor objects
-            NSArray *tmpPeople = [BDSKBibTeXParser 
authorsFromBibtexString:personStr withPublication:self forField:personStr];
+            NSArray *tmpPeople = [BDSKBibTeXParser 
authorsFromBibtexString:personStr withPublication:self forField:personType];
             if([tmpPeople count])
                 [people setObject:tmpPeople forKey:personType];
         }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to