Revision: 26848 http://sourceforge.net/p/bibdesk/svn/26848 Author: hofman Date: 2021-09-11 19:39:54 +0000 (Sat, 11 Sep 2021) Log Message: ----------- Reset isInitial at end of updateWithPath, which is called when the linked file is added to the item
Modified Paths: -------------- trunk/bibdesk/BDSKLinkedFile.m Modified: trunk/bibdesk/BDSKLinkedFile.m =================================================================== --- trunk/bibdesk/BDSKLinkedFile.m 2021-09-11 18:55:52 UTC (rev 26847) +++ trunk/bibdesk/BDSKLinkedFile.m 2021-09-11 19:39:54 UTC (rev 26848) @@ -739,7 +739,6 @@ [self setFileURL:aURL]; } [aURL release]; - isInitial = NO; } - (NSData *)copyAliasDataRelativeToPath:(NSString *)basePath { @@ -838,6 +837,7 @@ } } } + isInitial = NO; } @end @@ -1046,6 +1046,7 @@ [self setRelativePath:[fileURL path] fromPath:basePath]; } } + isInitial = NO; } @end 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