Revision: 28146
          http://sourceforge.net/p/bibdesk/svn/28146
Author:   hofman
Date:     2022-12-23 15:16:28 +0000 (Fri, 23 Dec 2022)
Log Message:
-----------
should get frame for parser

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

Modified: trunk/bibdesk/BDSKWebGroup.m
===================================================================
--- trunk/bibdesk/BDSKWebGroup.m        2022-12-23 07:30:21 UTC (rev 28145)
+++ trunk/bibdesk/BDSKWebGroup.m        2022-12-23 15:16:28 UTC (rev 28146)
@@ -333,7 +333,7 @@
     WebFrame *frame = nil;
     NSMutableDictionary *info = nil;
     NSMutableArray *pubs = nil;
-    if ([self getInfo:&info publications:&pubs andFrame:NULL 
forParser:parser]) {
+    if ([self getInfo:&info publications:&pubs andFrame:&frame 
forParser:parser]) {
         if (pubs)
             [info removeObjectForKey:PARSER_KEY];
         else

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