Revision: 28243
          http://sourceforge.net/p/bibdesk/svn/28243
Author:   hofman
Date:     2023-05-16 22:56:28 +0000 (Tue, 16 May 2023)
Log Message:
-----------
consider existing pubs with a cite key to have edited the cite key, so it won't 
be auto generated

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2023-05-16 14:17:21 UTC (rev 28242)
+++ trunk/bibdesk/BibItem.m     2023-05-16 22:56:28 UTC (rev 28243)
@@ -294,7 +294,7 @@
             [self markNeWithDate:date description:[date standardDescription]];
         }
         
-        hasEditedCiteKey = NO;
+        hasEditedCiteKey = isNew == NO && [self hasEmptyOrDefaultCiteKey] == 
NO;
         
         filesToBeFiled = nil;
         localUrlNeedsToBeFiled = 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