mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
awakeFromNib should be void
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user