Revision: 22295
          http://sourceforge.net/p/bibdesk/svn/22295
Author:   hofman
Date:     2018-06-08 09:23:11 +0000 (Fri, 08 Jun 2018)
Log Message:
-----------
use proper field

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2018-06-07 16:48:47 UTC (rev 22294)
+++ trunk/bibdesk/BibItem.m     2018-06-08 09:23:11 UTC (rev 22295)
@@ -2934,7 +2934,7 @@
 - (NSURL *)suggestedURLForField:(NSString *)field
 {
     NSString *localFileFormat = [[NSUserDefaults standardUserDefaults] 
stringForKey:BDSKLocalFileFormatKey];
-    NSString *path = [BDSKFormatParser parseFormat:localFileFormat 
forField:BDSKLocalUrlString ofItem:self suggestion:[[self 
localFileURLForField:BDSKLocalUrlString] path]];
+    NSString *path = [BDSKFormatParser parseFormat:localFileFormat 
forField:field ofItem:self suggestion:[[self localFileURLForField:field] path]];
     return [NSURL fileURLWithPath:path];
 }
 

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