Revision: 29403
          http://sourceforge.net/p/bibdesk/svn/29403
Author:   hofman
Date:     2025-07-30 16:48:26 +0000 (Wed, 30 Jul 2025)
Log Message:
-----------
check string as complex string

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2025-07-30 16:44:25 UTC (rev 29402)
+++ trunk/bibdesk/BDSKEditor.m  2025-07-30 16:48:26 UTC (rev 29403)
@@ -934,7 +934,7 @@
                 
                 [addedFields removeObject:oldField];
                 [tabView selectFirstTabViewItem:nil];
-                if ([NSString isEmptyString:oldValue]) {
+                if ([NSString isEmptyAsComplexString:oldValue]) {
                     [self resetFields:BDSKReloadTable];
                 } else {
                     [publication setField:oldField toValue:nil];

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