Revision: 11378
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11378&view=rev
Author:   amaxwell
Date:     2007-10-24 20:12:54 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
add comment on unused code, based on commit logs

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

Modified: trunk/bibdesk/BDSKFileMatcher.m
===================================================================
--- trunk/bibdesk/BDSKFileMatcher.m     2007-10-25 00:52:03 UTC (rev 11377)
+++ trunk/bibdesk/BDSKFileMatcher.m     2007-10-25 03:12:54 UTC (rev 11378)
@@ -563,7 +563,7 @@
     
     // kSKProximityIndexing is unused for now, since it slows things down and 
caused a crash on one of my files rdar://problem/4988691
     // CFDictionaryAddValue(opts, kSKProximityIndexing, kCFBooleanTrue);
-    searchIndex = SKIndexCreateWithMutableData(indexData, NULL, 
kSKIndexInverted, NULL);
+    searchIndex = SKIndexCreateWithMutableData(indexData, NULL, 
kSKIndexInverted, opts);
     CFRelease(opts);
     CFRelease(indexData);
 }   


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/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to