Revision: 28816
          http://sourceforge.net/p/bibdesk/svn/28816
Author:   hofman
Date:     2024-02-25 09:20:36 +0000 (Sun, 25 Feb 2024)
Log Message:
-----------
don't override placeholder name for files we cannot find

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-02-24 
23:06:33 UTC (rev 28815)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-02-25 
09:20:36 UTC (rev 28816)
@@ -4707,6 +4707,7 @@
             [aURL getResourceValue:&name forKey:NSURLLocalizedNameKey 
error:NULL];
             if (name == nil)
                 _name = [[aURL path] lastPathComponent];
+            else
                 _name = [name copy];
         } else {
             NSString *name = [aURL absoluteString];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to