Revision: 7241
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7241&view=rev
Author:   hofman
Date:     2011-05-16 11:24:49 +0000 (Mon, 16 May 2011)

Log Message:
-----------
reduce time sync point is shown

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2011-05-16 11:12:20 UTC (rev 7240)
+++ trunk/SKPDFView.m   2011-05-16 11:24:49 UTC (rev 7241)
@@ -2213,7 +2213,7 @@
     if (syncPhase >= 1.0) {
         [syncTimer invalidate];
         [syncTimer release];
-        syncTimer = [[NSTimer scheduledTimerWithTimeInterval:10 target:self 
selector:@selector(removeSyncPoint:) userInfo:NULL repeats:NO] retain];
+        syncTimer = [[NSTimer scheduledTimerWithTimeInterval:5.0 target:self 
selector:@selector(removeSyncPoint:) userInfo:NULL repeats:NO] retain];
     }
 }
 


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

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to