Revision: 28862
          http://sourceforge.net/p/bibdesk/svn/28862
Author:   hofman
Date:     2024-04-25 09:29:39 +0000 (Thu, 25 Apr 2024)
Log Message:
-----------
Set date mod value to date modified value, not date added value

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2024-04-24 21:30:54 UTC (rev 28861)
+++ trunk/bibdesk/BibItem.m     2024-04-25 09:29:39 UTC (rev 28862)
@@ -4144,7 +4144,7 @@
         if ([NSString isEmptyString:dateModValue]) {
             [self setDateModified:nil];
         } else {
-            NSDate *theDate = [NSDate 
dateWithStandardDescription:dateAddedValue];
+            NSDate *theDate = [NSDate 
dateWithStandardDescription:dateModValue];
             [self setDateModified:theDate];
         }
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to