Revision: 28024
http://sourceforge.net/p/bibdesk/svn/28024
Author: hofman
Date: 2022-10-14 14:40:06 +0000 (Fri, 14 Oct 2022)
Log Message:
-----------
only monitor main frame URL
Modified Paths:
--------------
trunk/bibdesk/BDSKWebGroup.m
Modified: trunk/bibdesk/BDSKWebGroup.m
===================================================================
--- trunk/bibdesk/BDSKWebGroup.m 2022-10-14 09:23:49 UTC (rev 28023)
+++ trunk/bibdesk/BDSKWebGroup.m 2022-10-14 14:40:06 UTC (rev 28024)
@@ -311,7 +311,7 @@
[self setObject:[[newPubs mutableCopy] autorelease]
forKey:PUBLICATIONS_KEY forFrame:frame];
}
- if (shouldMonitorURL)
+ if (shouldMonitorURL && frame == [sender mainFrame])
[webView monitorURL];
}
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