Revision: 29603
http://sourceforge.net/p/bibdesk/svn/29603
Author: hofman
Date: 2025-09-18 16:23:39 +0000 (Thu, 18 Sep 2025)
Log Message:
-----------
default to /favicon.ico, in root.
Modified Paths:
--------------
trunk/bibdesk/BDSKWebView.m
Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2025-09-18 16:11:05 UTC (rev 29602)
+++ trunk/bibdesk/BDSKWebView.m 2025-09-18 16:23:39 UTC (rev 29603)
@@ -273,7 +273,7 @@
}
}
if (urlString == nil)
- urlString = [[favicons lastObject] valueForKey:@"url"] ?:
@"favicon.ico";
+ urlString = [[favicons lastObject] valueForKey:@"url"] ?:
@"/favicon.ico";
if (urlString == nil) {
faviconFromOrigin = NO;
return;
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