Revision: 29050
          http://sourceforge.net/p/bibdesk/svn/29050
Author:   hofman
Date:     2025-02-23 10:22:39 +0000 (Sun, 23 Feb 2025)
Log Message:
-----------
no need to copy sort descriptors

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

Modified: trunk/bibdesk/BDSKParentGroup.m
===================================================================
--- trunk/bibdesk/BDSKParentGroup.m     2025-02-23 09:09:47 UTC (rev 29049)
+++ trunk/bibdesk/BDSKParentGroup.m     2025-02-23 10:22:39 UTC (rev 29050)
@@ -167,7 +167,7 @@
 
 - (void)sortUsingDescriptors:(NSArray *)newSortDescriptors {
     if (sortDescriptors != newSortDescriptors) {
-        sortDescriptors = [newSortDescriptors copy];
+        sortDescriptors = newSortDescriptors;
     }
     [self resort];
 }

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