Revision: 3956
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3956&view=rev
Author:   hofman
Date:     2008-06-04 02:23:44 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
don't save current documents too often.

Modified Paths:
--------------
    trunk/SKApplicationController.m

Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m     2008-06-03 20:54:54 UTC (rev 3955)
+++ trunk/SKApplicationController.m     2008-06-04 09:23:44 UTC (rev 3956)
@@ -189,7 +189,7 @@
        
     [self doSpotlightImportIfNeeded];
     
-    currentDocumentsTimer = [[NSTimer scheduledTimerWithTimeInterval:10.0 
target:self selector:@selector(saveCurrentOpenDocuments:) userInfo:nil 
repeats:YES] retain];
+    currentDocumentsTimer = [[NSTimer scheduledTimerWithTimeInterval:60.0 
target:self selector:@selector(saveCurrentOpenDocuments:) userInfo:nil 
repeats:YES] retain];
     
     NSUserDefaults *sud = [NSUserDefaults standardUserDefaults];
     RemoteControlContainer *container = [[RemoteControlContainer alloc] 
initWithDelegate:self];


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to