]> Dogcows Code - chaz/thecheat/blobdiff - CheatDocument.m
The Cheat 1.2.4
[chaz/thecheat] / CheatDocument.m
index 1810c770125d01f00f4bc581bc215452707da123..5589fc8f2ebcf5ff6e9b22433150487ed15d57bf 100644 (file)
@@ -78,6 +78,7 @@ Process static *_tc_target = nil;
                
                _cheatData = [[CheatData alloc] init];
                _searchData = [[SearchData alloc] init];
+               [_searchData setProcess:_process];
                
                // show search mode when documents are first created
                _connectsOnOpen = YES;
@@ -191,7 +192,7 @@ Process static *_tc_target = nil;
 // #############################################################################
 
 - (NSData *)dataRepresentationOfType:(NSString *)type
-{
+{      
     return [NSArchiver archivedDataWithRootObject:_cheatData];
 }
 
This page took 0.016936 seconds and 4 git commands to generate.