Revision: 29860
          http://sourceforge.net/p/bibdesk/svn/29860
Author:   hofman
Date:     2025-11-20 16:51:56 +0000 (Thu, 20 Nov 2025)
Log Message:
-----------
no need to set allowsEmptyString to NO

Modified Paths:
--------------
    trunk/bibdesk/BDSKFieldSheetController.m
    trunk/bibdesk/BDSKTypeInfoEditor.m

Modified: trunk/bibdesk/BDSKFieldSheetController.m
===================================================================
--- trunk/bibdesk/BDSKFieldSheetController.m    2025-11-20 16:05:46 UTC (rev 
29859)
+++ trunk/bibdesk/BDSKFieldSheetController.m    2025-11-20 16:51:56 UTC (rev 
29860)
@@ -100,7 +100,6 @@
     if (choosableFields != array) {
         choosableFields = [array copy];
         [[chosenFieldComboBox formatter] setKnownFieldNames:choosableFields];
-        [[chosenFieldComboBox formatter] setAllowsEmptyString:NO];
     }
 }
 

Modified: trunk/bibdesk/BDSKTypeInfoEditor.m
===================================================================
--- trunk/bibdesk/BDSKTypeInfoEditor.m  2025-11-20 16:05:46 UTC (rev 29859)
+++ trunk/bibdesk/BDSKTypeInfoEditor.m  2025-11-20 16:51:56 UTC (rev 29860)
@@ -545,7 +545,6 @@
     }
     [textField setObjectValue:value];
     [textField setEnabled:editable];
-    [[textField formatter] setAllowsEmptyString:NO];
     return view;
 }
 

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