Revision: 2841
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2841&view=rev
Author:   hofman
Date:     2007-09-06 05:15:54 -0700 (Thu, 06 Sep 2007)

Log Message:
-----------
initialize ivars.

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

Modified: trunk/SKTypeSelectHelper.m
===================================================================
--- trunk/SKTypeSelectHelper.m  2007-09-05 23:32:15 UTC (rev 2840)
+++ trunk/SKTypeSelectHelper.m  2007-09-06 12:15:54 UTC (rev 2841)
@@ -70,7 +70,8 @@
 
 - (id)init {
     if (self = [super init]){
-        searchString = [[NSMutableString alloc] init];
+        searchCache = nil;
+        searchString = nil;
         cycleResults = YES;
         matchesImmediately = YES;
         matchOption = SKPrefixMatch;


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to