Revision: 22603
          http://sourceforge.net/p/bibdesk/svn/22603
Author:   hofman
Date:     2018-09-14 21:46:35 +0000 (Fri, 14 Sep 2018)
Log Message:
-----------
use convenience accessor

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

Modified: trunk/bibdesk/BibDocument_Actions.m
===================================================================
--- trunk/bibdesk/BibDocument_Actions.m 2018-09-14 21:35:43 UTC (rev 22602)
+++ trunk/bibdesk/BibDocument_Actions.m 2018-09-14 21:46:35 UTC (rev 22603)
@@ -202,10 +202,7 @@
         for (id group in [self selectedGroups]) {
             if ([group groupType] == BDSKStaticGroupType)
                 [staticGroups addObject:group];
-            else if ([group groupType] == BDSKCategoryGroupType &&
-                     [[group key] isSingleValuedField] == NO &&
-                     [[group key] isEqualToString:BDSKPubTypeString] == NO &&
-                     [group isEmpty] == NO)
+            else if ([group groupType] == BDSKCategoryGroupType && [group 
allowsRemoval])
                 [categoryGroups addObject:group];
         }
         if ([staticGroups count]) {

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