Revision: 29609
http://sourceforge.net/p/bibdesk/svn/29609
Author: hofman
Date: 2025-09-19 16:42:21 +0000 (Fri, 19 Sep 2025)
Log Message:
-----------
revert previous commit
Modified Paths:
--------------
trunk/bibdesk/BDSKWebIconDatabase.m
Modified: trunk/bibdesk/BDSKWebIconDatabase.m
===================================================================
--- trunk/bibdesk/BDSKWebIconDatabase.m 2025-09-19 16:35:13 UTC (rev 29608)
+++ trunk/bibdesk/BDSKWebIconDatabase.m 2025-09-19 16:42:21 UTC (rev 29609)
@@ -110,7 +110,7 @@
}
if (iconURLString == nil)
return nil;
- icon = [recentIcons objectForKey:iconURLString] ?: [cachedIcons
objectForKey:iconURLString];
+ icon = [cachedIcons objectForKey:iconURLString];
if (icon)
return icon;
NSData *data = [icons objectForKey:iconURLString];
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