mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
fix some tabs
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
IBOutlet PBCommitList* commitList;
|
||||
IBOutlet NSSplitView *historySplitView;
|
||||
IBOutlet PBWebHistoryController *webHistoryController;
|
||||
QLPreviewPanel* previewPanel;
|
||||
QLPreviewPanel* previewPanel;
|
||||
IBOutlet PBHistorySearchController *searchController;
|
||||
IBOutlet GLFileView *fileView;
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
|
||||
[super awakeFromNib];
|
||||
[fileBrowser setDelegate:self];
|
||||
[fileBrowser setDelegate:self];
|
||||
}
|
||||
|
||||
- (void)updateKeys
|
||||
@@ -414,7 +414,7 @@
|
||||
|
||||
- (void) updateView
|
||||
{
|
||||
[self refresh: nil];
|
||||
[self refresh: nil];
|
||||
[self updateKeys];
|
||||
}
|
||||
|
||||
|
||||
@@ -325,7 +325,7 @@ static NSString * const kObservingContextSubmodules = @"submodulesChanged";
|
||||
if ([item parent] == stashes) {
|
||||
[superController changeContentController:stashViewController];
|
||||
[PBGitDefaults setShowStageView:NO];
|
||||
[stashViewController showStash:(PBGitStash*)[(PBGitMenuItem*)item sourceObject]];
|
||||
[stashViewController showStash:(PBGitStash*)[(PBGitMenuItem*)item sourceObject]];
|
||||
}
|
||||
|
||||
[self updateActionMenu];
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
- (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context
|
||||
{
|
||||
if ([(NSString *)context isEqualToString: @"ChangedCommit"])
|
||||
if ([(NSString *)context isEqualToString: @"ChangedCommit"])
|
||||
[self changeContentTo: historyController.webCommit];
|
||||
else
|
||||
[super observeValueForKeyPath:keyPath ofObject:object change:change context:context];
|
||||
|
||||
Reference in New Issue
Block a user