Revision: 25422
          http://sourceforge.net/p/bibdesk/svn/25422
Author:   hofman
Date:     2021-01-17 22:10:45 +0000 (Sun, 17 Jan 2021)
Log Message:
-----------
Compare scheme lowercase

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderIcon.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderIcon.m    2021-01-17 
18:33:58 UTC (rev 25421)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFinderIcon.m    2021-01-17 
22:10:45 UTC (rev 25422)
@@ -126,6 +126,7 @@
 }
 
 + (id)newWithScheme:(NSString *)scheme {
+    scheme = [scheme lowercaseString];
     if ([scheme hasPrefix:@"http"])
         return [[FVHTTPURLIcon sharedIcon] retain];
     else if ([scheme isEqualToString:@"ftp"])

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