fix some tabs

This commit is contained in:
David Catmull
2011-06-08 16:06:49 -06:00
parent a2c623bc2c
commit e254a4488f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
IBOutlet PBCommitList* commitList;
IBOutlet NSSplitView *historySplitView;
IBOutlet PBWebHistoryController *webHistoryController;
QLPreviewPanel* previewPanel;
QLPreviewPanel* previewPanel;
IBOutlet PBHistorySearchController *searchController;
IBOutlet GLFileView *fileView;
+2 -2
View File
@@ -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];
}
+1 -1
View File
@@ -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];
+1 -1
View File
@@ -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];