Revision: 30091
          http://sourceforge.net/p/bibdesk/svn/30091
Author:   hofman
Date:     2026-03-01 16:15:33 +0000 (Sun, 01 Mar 2026)
Log Message:
-----------
nothing to autofile when nil

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-03-01 15:51:16 UTC (rev 30090)
+++ trunk/bibdesk/BDSKEditor.m  2026-03-01 16:15:33 UTC (rev 30091)
@@ -3556,6 +3556,7 @@
     BDSKAutoGenerateStatus mask = [[self document] userChangedField:fieldName 
ofPublication:publication from:oldValue to:value];
     
     if ([fieldName isEqualToString:BDSKLocalUrlString] &&
+        [NSString isEmptyString:value] == NO &&
         [[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKUseLocalUrlAndUrlKey] &&
         [[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKFilePapersAutomaticallyKey] &&
         [publication autoFileLocalUrl])

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