Revision: 29943
          http://sourceforge.net/p/bibdesk/svn/29943
Author:   hofman
Date:     2026-01-15 15:51:32 +0000 (Thu, 15 Jan 2026)
Log Message:
-----------
call allowEvaluation on securely decoded NSSortDescriptors for file search, 
apparently necessary

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

Modified: trunk/bibdesk/BDSKFileContentSearchController.m
===================================================================
--- trunk/bibdesk/BDSKFileContentSearchController.m     2026-01-02 10:15:58 UTC 
(rev 29942)
+++ trunk/bibdesk/BDSKFileContentSearchController.m     2026-01-15 15:51:32 UTC 
(rev 29943)
@@ -213,6 +213,8 @@
         NSSortDescriptor *sort = [sortDescriptors objectAtIndex:i];
         if ([keys containsObject:[sort key]] == NO)
             [sortDescriptors removeObjectAtIndex:i];
+        else
+            [sort allowEvaluation];
     }
     [resultsArrayController setSortDescriptors:sortDescriptors];
 }

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