Revision: 22594
          http://sourceforge.net/p/bibdesk/svn/22594
Author:   hofman
Date:     2018-09-13 20:39:41 +0000 (Thu, 13 Sep 2018)
Log Message:
-----------
we already know the group class

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

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2018-09-13 15:12:16 UTC (rev 22593)
+++ trunk/bibdesk/BibDocument_Groups.m  2018-09-13 20:39:41 UTC (rev 22594)
@@ -1261,7 +1261,7 @@
     NSMutableArray *oldValues = [NSMutableArray arrayWithCapacity:[pubs 
count]];
     NSMutableArray *newValues = [NSMutableArray arrayWithCapacity:[pubs 
count]];
     NSString *oldValue = nil;
-    NSString *field = [group groupType] == BDSKCategoryGroupType ? 
[(BDSKCategoryGroup *)group key] : nil;
+    NSString *field = [group key];
     NSInteger count = 0;
     BDSKFieldAction handleInherited = BDSKFieldActionAsk;
        BDSKFieldAction rv;

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