Revision: 25424
http://sourceforge.net/p/bibdesk/svn/25424
Author: hofman
Date: 2021-01-17 22:32:25 +0000 (Sun, 17 Jan 2021)
Log Message:
-----------
Validator returns NO when QL icon is disabled
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVQuickLookIcon.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVQuickLookIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVQuickLookIcon.m 2021-01-17
22:28:55 UTC (rev 25423)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVQuickLookIcon.m 2021-01-17
22:32:25 UTC (rev 25424)
@@ -79,7 +79,7 @@
+ (BOOL)canInitWithURL:(NSURL *)aURL withType:(NSString *)type
{
// FVQuickLookIcon can basically handle any type
- return YES;
+ return NO == FVQLIconDisabled;
}
- (id)initWithURL:(NSURL *)aURL drawsLinkBadge:(BOOL)drawsLinkBadge
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