Revision: 27793
http://sourceforge.net/p/bibdesk/svn/27793
Author: hofman
Date: 2022-08-11 22:40:45 +0000 (Thu, 11 Aug 2022)
Log Message:
-----------
Use original request to get favicon URL
Modified Paths:
--------------
trunk/bibdesk/BDSKWebView.m
Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2022-08-11 21:39:45 UTC (rev 27792)
+++ trunk/bibdesk/BDSKWebView.m 2022-08-11 22:40:45 UTC (rev 27793)
@@ -324,7 +324,7 @@
NSImage *icon = [[NSImage alloc] initWithData:data];
if (icon) {
[self setFavicon:icon];
- [[BDSKWebIconDatabase sharedDatabase] setIcon:icon withData:data
fromURLString:[[[download response] URL] absoluteString]
+ [[BDSKWebIconDatabase sharedDatabase] setIcon:icon withData:data
fromURLString:[[[[download task] originalRequest] URL] absoluteString]
forURLString:[self mainFrameURL]];
[icon release];
}
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