Revision: 29626
          http://sourceforge.net/p/bibdesk/svn/29626
Author:   hofman
Date:     2025-09-23 16:04:35 +0000 (Tue, 23 Sep 2025)
Log Message:
-----------
stop url monitor on goForward and goBack

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

Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2025-09-23 15:54:56 UTC (rev 29625)
+++ trunk/bibdesk/BDSKWebView.m 2025-09-23 16:04:35 UTC (rev 29626)
@@ -147,11 +147,13 @@
 
 - (IBAction)goForward:(id)sender {
     faviconFromOrigin = NO;
+    [self stopMonitoringURL];
     [super goForward:sender];
 }
 
 - (IBAction)goBack:(id)sender {
     faviconFromOrigin = NO;
+    [self stopMonitoringURL];
     [super goBack:sender];
 }
 

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