Revision: 27469
http://sourceforge.net/p/bibdesk/svn/27469
Author: hofman
Date: 2022-05-23 15:08:27 +0000 (Mon, 23 May 2022)
Log Message:
-----------
invert condition in last commit
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2022-05-23 15:00:23 UTC (rev 27468)
+++ trunk/bibdesk/BDSKEditor.m 2022-05-23 15:08:27 UTC (rev 27469)
@@ -3438,7 +3438,7 @@
[allFields release];
[ignoredKeys release];
- if ([fields isEqualToArray:currentFields] == NO)
+ if ([fields isEqualToArray:currentFields])
currentFields = nil;
if (alwaysReload || currentFields)
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