Revision: 23903
http://sourceforge.net/p/bibdesk/svn/23903
Author: hofman
Date: 2019-06-28 14:07:37 +0000 (Fri, 28 Jun 2019)
Log Message:
-----------
already checked for editability
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2019-06-28
14:03:49 UTC (rev 23902)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2019-06-28
14:07:37 UTC (rev 23903)
@@ -3848,7 +3848,7 @@
return enabled;
}
else if (action == @selector(downloadSelectedLink:) || action ==
@selector(downloadCopyOfSelectedLink:)) {
- if (isEditable && [self allowsDownloading]) {
+ if ([self allowsDownloading]) {
BOOL alreadyDownloading = [[_downloads valueForKey:@"downloadURL"]
containsObject:aURL];
// don't check reachability; just handle the error if it fails
return isMissing == NO && isEditable && selectionCount == 1 &&
[aURL isFileURL] == NO && FALSE == alreadyDownloading;
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