Revision: 27441
          http://sourceforge.net/p/bibdesk/svn/27441
Author:   hofman
Date:     2022-05-19 21:58:54 +0000 (Thu, 19 May 2022)
Log Message:
-----------
remove test

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2022-05-19 21:49:45 UTC (rev 27440)
+++ trunk/bibdesk/BDSKEditor.m  2022-05-19 21:58:54 UTC (rev 27441)
@@ -1160,7 +1160,7 @@
     NSString *oldValue = [publication valueOfField:field] ?: @"";
     NSString *value = [sender objectValue] ?: @"";
     
-    if (0&&[oldValue isInherited] && [NSString isEmptyAsComplexString:value]) {
+    if ([oldValue isInherited] && [NSString isEmptyAsComplexString:value]) {
         [sender setObjectValue:oldValue];
     } else if (NO == [value isEqualAsComplexString:oldValue]) {
         [self recordChangingField:field toValue:value];

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