Changeset 768 for apps/iphone/my.tel/trunk/Classes/KeywordViewController.m
- Timestamp:
- 01/11/11 13:30:12 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/KeywordViewController.m
r651 r768 39 39 theC.uiArray = [NSMutableArray arrayWithCapacity:20]; 40 40 if (preload) { 41 [theC getValidKeywords: FALSE];41 [theC getValidKeywords:TRUE]; 42 42 [theC getKeywords]; 43 43 } … … 61 61 didPreload = NO; 62 62 } else { 63 [self getValidKeywords: FALSE];63 [self getValidKeywords:TRUE]; 64 64 [self getKeywords]; 65 65 } … … 301 301 if (!parsedJson) { 302 302 // We're loading the data statically (not from the network) 303 // Note: you must localize the resource if loading the data statically 303 304 keywordTypesNames = [[NSMutableDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] 304 305 pathForResource:@"KeywordTypesLongNames"








