Revision: 28266
          http://sourceforge.net/p/bibdesk/svn/28266
Author:   hofman
Date:     2023-05-28 15:48:38 +0000 (Sun, 28 May 2023)
Log Message:
-----------
use variable

Modified Paths:
--------------
    trunk/bibdesk/BDSKWebView.m

Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2023-05-28 15:47:07 UTC (rev 28265)
+++ trunk/bibdesk/BDSKWebView.m 2023-05-28 15:48:38 UTC (rev 28266)
@@ -300,7 +300,7 @@
     if ([origUrlString isEqualToString:urlString])
         origUrlString = nil;
     if (icon) {
-        [[BDSKWebIconDatabase sharedDatabase] setIcon:icon withData:nil 
fromURLString:[faviconURL absoluteString] forURLString:[self mainFrameURL] 
originalURLString:origUrlString];
+        [[BDSKWebIconDatabase sharedDatabase] setIcon:icon withData:nil 
fromURLString:[faviconURL absoluteString] forURLString:urlString 
originalURLString:origUrlString];
         if (icon != favicon)
             [self setFavicon:icon];
         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

Reply via email to