Revision: 27557
          http://sourceforge.net/p/bibdesk/svn/27557
Author:   hofman
Date:     2022-06-04 23:08:01 +0000 (Sat, 04 Jun 2022)
Log Message:
-----------
no need to set flag in init,it is set in updateMetadataForKey:

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2022-06-04 21:37:46 UTC (rev 27556)
+++ trunk/bibdesk/BibItem.m     2022-06-04 23:08:01 UTC (rev 27557)
@@ -304,10 +304,6 @@
         templateFields = nil;
         // updateMetadataForKey with a nil argument will set the dates 
properly if we read them from a file
         [self updateMetadataForKey:nil];
-        
-        // used for determining if we need to re-save Spotlight metadata
-        // set to YES initially so the first save after opening a file always 
writes the metadata, since we don't know beforehand if it's been written
-        spotlightMetadataChanged = YES;
     }
 
     return self;

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