Revision: 29239
          http://sourceforge.net/p/bibdesk/svn/29239
Author:   hofman
Date:     2025-04-29 13:50:11 +0000 (Tue, 29 Apr 2025)
Log Message:
-----------
normalize value for secure option

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

Modified: trunk/bibdesk/BDSKSearchGroup.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroup.m     2025-04-29 13:36:58 UTC (rev 29238)
+++ trunk/bibdesk/BDSKSearchGroup.m     2025-04-29 13:50:11 UTC (rev 29239)
@@ -405,7 +405,7 @@
                 else if ([value isCaseInsensitiveEqual:BDSKSearchGroupDBLP])
                     aType = BDSKSearchGroupDBLP;
             } else {
-                if ([key isEqualToString:@"removeDiacritics"] || [key 
isEqualToString:@"lite"]) {
+                if ([key isEqualToString:@"removeDiacritics"] || [key 
isEqualToString:@"secure"] || [key isEqualToString:@"lite"]) {
                     if ([value boolValue] == NO) continue;
                     value = @"YES";
                 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to