Revision: 29275
          http://sourceforge.net/p/bibdesk/svn/29275
Author:   hofman
Date:     2025-06-27 14:23:24 +0000 (Fri, 27 Jun 2025)
Log Message:
-----------
fix comment

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

Modified: trunk/bibdesk/BDSKAppController.m
===================================================================
--- trunk/bibdesk/BDSKAppController.m   2025-06-26 15:52:05 UTC (rev 29274)
+++ trunk/bibdesk/BDSKAppController.m   2025-06-27 14:23:24 UTC (rev 29275)
@@ -504,7 +504,7 @@
     NSURL *historyURL = [[[NSFileManager defaultManager] 
applicationSupportDirectoryURL] URLByAppendingPathComponent:@"History.plist" 
isDirectory:NO];
     [[WebHistory optionalSharedHistory] saveToURL:historyURL error:NULL];
     // this releases the base temporary directory for removal
-    // balances -reserveTemporaryDirectory in applicationWillFinishLaunching
+    // balances -uniqueTemporaryDirectoryURLWithBasename: in 
applicationWillFinishLaunching:
     [[NSFileManager defaultManager] cleanupTemporaryDirectoryAtURL:nil];
 }
 

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