File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
IBOutlet PBCommitList* commitList;
34
34
IBOutlet NSSplitView *historySplitView;
35
35
IBOutlet PBWebHistoryController *webHistoryController;
36
- QLPreviewPanel * previewPanel;
36
+ QLPreviewPanel * previewPanel;
37
37
IBOutlet PBHistorySearchController *searchController;
38
38
IBOutlet GLFileView *fileView;
39
39
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ - (void)awakeFromNib
94
94
95
95
96
96
[super awakeFromNib ];
97
- [fileBrowser setDelegate: self ];
97
+ [fileBrowser setDelegate: self ];
98
98
}
99
99
100
100
- (void )updateKeys
@@ -414,7 +414,7 @@ - (IBAction) refresh:(id)sender
414
414
415
415
- (void ) updateView
416
416
{
417
- [self refresh: nil ];
417
+ [self refresh: nil ];
418
418
[self updateKeys ];
419
419
}
420
420
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ - (void)outlineViewSelectionDidChange:(NSNotification *)notification
325
325
if ([item parent ] == stashes) {
326
326
[superController changeContentController: stashViewController];
327
327
[PBGitDefaults setShowStageView: NO ];
328
- [stashViewController showStash: (PBGitStash*)[(PBGitMenuItem*)item sourceObject ]];
328
+ [stashViewController showStash: (PBGitStash*)[(PBGitMenuItem*)item sourceObject ]];
329
329
}
330
330
331
331
[self updateActionMenu ];
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ - (void) didLoad
39
39
40
40
- (void ) observeValueForKeyPath : (NSString *)keyPath ofObject : (id )object change : (NSDictionary *)change context : (void *)context
41
41
{
42
- if ([(NSString *)context isEqualToString: @" ChangedCommit" ])
42
+ if ([(NSString *)context isEqualToString: @" ChangedCommit" ])
43
43
[self changeContentTo: historyController.webCommit];
44
44
else
45
45
[super observeValueForKeyPath: keyPath ofObject: object change: change context: context];
You can’t perform that action at this time.
0 commit comments