Revision: 29441
http://sourceforge.net/p/bibdesk/svn/29441
Author: hofman
Date: 2025-08-21 16:56:15 +0000 (Thu, 21 Aug 2025)
Log Message:
-----------
use correct local variable
Modified Paths:
--------------
trunk/bibdesk/BibPref_Defaults.m
Modified: trunk/bibdesk/BibPref_Defaults.m
===================================================================
--- trunk/bibdesk/BibPref_Defaults.m 2025-08-20 09:21:45 UTC (rev 29440)
+++ trunk/bibdesk/BibPref_Defaults.m 2025-08-21 16:56:15 UTC (rev 29441)
@@ -363,7 +363,7 @@
changedTypes |= BDSKFieldTypeMaskCitation;
[sud setObject:citationFields forKey:BDSKCitationFieldsKey];
}
- if ([personFields isEqualToArray:personFields] == NO) {
+ if ([personFields isEqualToArray:oldPersonFields] == NO) {
changedTypes |= BDSKFieldTypeMaskPerson;
[sud setObject:personFields forKey:BDSKPersonFieldsKey];
}
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