Revision: 28329
          http://sourceforge.net/p/bibdesk/svn/28329
Author:   hofman
Date:     2023-07-19 16:52:52 +0000 (Wed, 19 Jul 2023)
Log Message:
-----------
no need to update change count, the initializer already does

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2023-07-19 16:38:54 UTC (rev 28328)
+++ trunk/bibdesk/BibDocument.m 2023-07-19 16:52:52 UTC (rev 28329)
@@ -1980,8 +1980,6 @@
     NSString *importDateDescription = [importDate standardDescription];
     for (BibItem *pub in publications)
         [pub markNeWithDate:importDate description:importDateDescription];
-    // mark as dirty, since we've changed the content
-    [self updateChangeCount:NSChangeReadOtherContents];
 }
 
 - (void)generateForTemporaryCiteKey:(NSString *)tmpKey {

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