Revision: 27606 http://sourceforge.net/p/bibdesk/svn/27606 Author: hofman Date: 2022-06-10 22:11:42 +0000 (Fri, 10 Jun 2022) Log Message: ----------- pass previously created array with old cite key, as the new variable may be invalid
Modified Paths: -------------- trunk/bibdesk/BDSKEditor.m Modified: trunk/bibdesk/BDSKEditor.m =================================================================== --- trunk/bibdesk/BDSKEditor.m 2022-06-10 22:00:42 UTC (rev 27605) +++ trunk/bibdesk/BDSKEditor.m 2022-06-10 22:11:42 UTC (rev 27606) @@ -975,7 +975,7 @@ [[self document] runScriptHookWithName:BDSKScriptHookNameDidGenerateCiteKey forPublications:pubs - field:BDSKCiteKeyString oldValues:[NSArray arrayWithObject:oldKey] newValues:[NSArray arrayWithObject:newKey]]; + field:BDSKCiteKeyString oldValues:oldValues newValues:[NSArray arrayWithObject:newKey]]; }]; } 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