Changeset 9193
- Timestamp:
- Sep 27, 2009, 4:45:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r9192 r9193 2028 2028 { 2029 2029 if ([tracker rangeOfString: searchString options: 2030 (NSCaseInsensitiveSearch | NSDiacriticInsensitiveSearch | NSWidthInsensitiveSearch)].location != NSNotFound)2030 (NSCaseInsensitiveSearch | NSDiacriticInsensitiveSearch)].location != NSNotFound) 2031 2031 { 2032 2032 removeTextField = NO; … … 2041 2041 { 2042 2042 if ([[torrent name] rangeOfString: searchString options: 2043 (NSCaseInsensitiveSearch | NSDiacriticInsensitiveSearch | NSWidthInsensitiveSearch)].location == NSNotFound)2043 (NSCaseInsensitiveSearch | NSDiacriticInsensitiveSearch)].location == NSNotFound) 2044 2044 continue; 2045 2045 }
Note: See TracChangeset
for help on using the changeset viewer.