Revision: 27587
          http://sourceforge.net/p/bibdesk/svn/27587
Author:   hofman
Date:     2022-06-08 23:05:30 +0000 (Wed, 08 Jun 2022)
Log Message:
-----------
sort editors column by full editors array

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

Modified: trunk/bibdesk/NSSortDescriptor_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSSortDescriptor_BDSKExtensions.m     2022-06-08 19:33:50 UTC 
(rev 27586)
+++ trunk/bibdesk/NSSortDescriptor_BDSKExtensions.m     2022-06-08 23:05:30 UTC 
(rev 27587)
@@ -118,7 +118,7 @@
         
        }else if([tcID isEqualToString:BDSKEditorString]){
                
-        sortDescriptor = [[self alloc] initWithKey:@"pubEditors.@firstObject" 
ascending:ascend selector:@selector(sortCompare:)];
+        sortDescriptor = [[self alloc] initWithKey:@"pubEditors" 
ascending:ascend selector:@selector(sortCompareToAuthorArray:)];
 
        }else if([tcID isEqualToString:BDSKPubTypeString]){
 

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