Revision: 27569 http://sourceforge.net/p/bibdesk/svn/27569 Author: hofman Date: 2022-06-06 16:14:03 +0000 (Mon, 06 Jun 2022) Log Message: ----------- fix arguments for undo
Modified Paths: -------------- trunk/bibdesk/BibItem.m Modified: trunk/bibdesk/BibItem.m =================================================================== --- trunk/bibdesk/BibItem.m 2022-06-06 15:54:03 UTC (rev 27568) +++ trunk/bibdesk/BibItem.m 2022-06-06 16:14:03 UTC (rev 27569) @@ -2780,7 +2780,7 @@ BDSKLinkedFile *file = [files objectAtIndex:idx]; BOOL isFile = [file isFile] || [aFile isFile]; - [[[self undoManager] prepareWithInvocationTarget:self] replaceObjectInFilesAtIndex:file withObject:idx]; + [[[self undoManager] prepareWithInvocationTarget:self] replaceObjectInFilesAtIndex:idx withObject:file]; [file setDelegate:nil]; [self removeFileToBeFiled:file]; 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