Revision: 3180
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3180&view=rev
Author:   hofman
Date:     2007-11-08 07:58:41 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
Longer time between updates of search result tables.

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2007-11-07 18:53:40 UTC (rev 3179)
+++ trunk/SKMainWindowController.m      2007-11-08 15:58:41 UTC (rev 3180)
@@ -2632,7 +2632,7 @@
 - (void)documentDidEndPageFind:(NSNotification *)note {
     NSNumber *pageIndex = [[note userInfo] 
objectForKey:@"PDFDocumentPageIndex"];
     [[statusBar progressIndicator] setDoubleValue:[pageIndex doubleValue]];
-    if ([pageIndex unsignedIntValue] % 10 == 0) {
+    if ([pageIndex unsignedIntValue] % 50 == 0) {
         [self willChangeValueForKey:@"searchResults"];
         [self didChangeValueForKey:@"searchResults"];
         [self willChangeValueForKey:@"groupedSearchResults"];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to