Revision: 22257 http://sourceforge.net/p/bibdesk/svn/22257 Author: hofman Date: 2018-05-25 20:15:23 +0000 (Fri, 25 May 2018) Log Message: ----------- only support autodialing linked files or local-url
Modified Paths: -------------- trunk/bibdesk/BDSKAutofileCommand.m Modified: trunk/bibdesk/BDSKAutofileCommand.m =================================================================== --- trunk/bibdesk/BDSKAutofileCommand.m 2018-05-25 20:00:44 UTC (rev 22256) +++ trunk/bibdesk/BDSKAutofileCommand.m 2018-05-25 20:15:23 UTC (rev 22257) @@ -80,6 +80,9 @@ } else if ([localFiles count] == 0) { return nil; } + } else if ([field isEqualToString:BDSKLocalUrlString] == NO) { + [self setScriptErrorNumber:NSArgumentsWrongScriptError]; + return nil; } if (location) { 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