Revision: 29044
          http://sourceforge.net/p/bibdesk/svn/29044
Author:   hofman
Date:     2025-02-22 16:49:11 +0000 (Sat, 22 Feb 2025)
Log Message:
-----------
don't reuse category group for item that was removed from its doccument

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

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2025-02-22 16:35:44 UTC (rev 29043)
+++ trunk/bibdesk/BibDocument_Groups.m  2025-02-22 16:49:11 UTC (rev 29044)
@@ -478,7 +478,7 @@
             // don't reuse groups with invalidated authors
             if ([aGroup isEmpty])
                 oldEmptyGroup = aGroup;
-            else if (isPersonField == NO || [(BibAuthor *)[aGroup name] 
publication] != nil)
+            else if (isPersonField == NO || [[(BibAuthor *)[aGroup name] 
publication] owner] != nil)
                 [oldGroups setObject:aGroup forKey:[aGroup name]];
         }
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to