Revision: 22296
          http://sourceforge.net/p/bibdesk/svn/22296
Author:   hofman
Date:     2018-06-08 11:46:31 +0000 (Fri, 08 Jun 2018)
Log Message:
-----------
stop autofile when no change is needed

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

Modified: trunk/bibdesk/BDSKFiler.m
===================================================================
--- trunk/bibdesk/BDSKFiler.m   2018-06-08 09:23:11 UTC (rev 22295)
+++ trunk/bibdesk/BDSKFiler.m   2018-06-08 11:46:31 UTC (rev 22296)
@@ -214,6 +214,8 @@
             
             if (isLinkedFiles)
                 [pub removeFileToBeFiled:file];
+            else if ([field isEqualToString:BDSKLocalUrlString])
+                [pub setLocalUrlNeedsToBeFiled:NO];
             
         } else {
             

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to