Revision: 27548
          http://sourceforge.net/p/bibdesk/svn/27548
Author:   hofman
Date:     2022-06-04 17:11:38 +0000 (Sat, 04 Jun 2022)
Log Message:
-----------
only notify change of remote URLs when moving linked files

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2022-06-04 09:37:33 UTC (rev 27547)
+++ trunk/bibdesk/BibItem.m     2022-06-04 17:11:38 UTC (rev 27548)
@@ -2767,7 +2767,7 @@
     [files insertObjects:toMove atIndexes:toSet];
     [toMove release];
     
-    [self noteFilesChanged:YES];
+    // no need to update file search index, we keep the same files
     [self noteFilesChanged:NO];
     [self updateDownloadIndexes];
 }

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to