Revision: 2692
http://skim-app.svn.sourceforge.net/skim-app/?rev=2692&view=rev
Author: hofman
Date: 2007-08-21 09:09:14 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
fix delayed type select.
Modified Paths:
--------------
trunk/SKTypeSelectHelper.m
Modified: trunk/SKTypeSelectHelper.m
===================================================================
--- trunk/SKTypeSelectHelper.m 2007-08-21 14:33:23 UTC (rev 2691)
+++ trunk/SKTypeSelectHelper.m 2007-08-21 16:09:14 UTC (rev 2692)
@@ -171,11 +171,11 @@
unsigned int selectedIndex, foundIndex;
if (cycleResults) {
- selectedIndex = NSNotFound;
- } else {
selectedIndex = [dataSource
typeSelectHelperCurrentlySelectedIndex:self];
if (selectedIndex >= [searchCache count])
selectedIndex = NSNotFound;
+ } else {
+ selectedIndex = NSNotFound;
}
foundIndex = [self indexOfMatchedItemAfterIndex:selectedIndex];
if (foundIndex != NSNotFound)
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