Revision: 27673
          http://sourceforge.net/p/bibdesk/svn/27673
Author:   hofman
Date:     2022-07-01 15:33:38 +0000 (Fri, 01 Jul 2022)
Log Message:
-----------
inherited value don't change when cite key changes

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2022-07-01 15:12:35 UTC (rev 27672)
+++ trunk/bibdesk/BibDocument_UI.m      2022-07-01 15:33:38 UTC (rev 27673)
@@ -1454,10 +1454,8 @@
         
         // change the crossrefs if we change the parent cite key
         if (oldKey) {
-            if ([oldKey isCaseInsensitiveEqual:crossref]) {
+            if ([oldKey isCaseInsensitiveEqual:crossref])
                 [aPub setField:BDSKCrossrefString toValue:key];
-                [changedPublications addObject:aPub];
-            }
             
             for (NSString *field in citeFields) {
                 NSString *value = [aPub valueOfField:field inherit:NO];

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