awakeFromNib should be void

This commit is contained in:
Ciarán Walsh
2008-08-19 07:53:49 +01:00
parent 159924ae9f
commit 01a5cf3817
+1 -2
View File
@@ -26,14 +26,13 @@
return self;
}
- awakeFromNib
- (void)awakeFromNib
{
[fileBrowser setTarget:self];
[fileBrowser setDoubleAction:@selector(openSelectedFile:)];
self.selectedTab = [NSNumber numberWithInt:0];
[commitController addObserver:self forKeyPath:@"selection" options:(NSKeyValueObservingOptionNew,NSKeyValueObservingOptionOld) context:@"commitChange"];
[treeController addObserver:self forKeyPath:@"selection" options:0 context:@"treeChange"];
return self;
}
- (void) updateKeys