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 3333 IBOutlet PBCommitList* commitList;
3434 IBOutlet NSSplitView *historySplitView;
3535 IBOutlet PBWebHistoryController *webHistoryController;
36- QLPreviewPanel * previewPanel;
36+ QLPreviewPanel * previewPanel;
3737 IBOutlet PBHistorySearchController *searchController;
3838 IBOutlet GLFileView *fileView;
3939
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ - (void)awakeFromNib
9494
9595
9696 [super awakeFromNib ];
97- [fileBrowser setDelegate: self ];
97+ [fileBrowser setDelegate: self ];
9898}
9999
100100- (void )updateKeys
@@ -414,7 +414,7 @@ - (IBAction) refresh:(id)sender
414414
415415- (void ) updateView
416416{
417- [self refresh: nil ];
417+ [self refresh: nil ];
418418 [self updateKeys ];
419419}
420420
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ - (void)outlineViewSelectionDidChange:(NSNotification *)notification
325325 if ([item parent ] == stashes) {
326326 [superController changeContentController: stashViewController];
327327 [PBGitDefaults setShowStageView: NO ];
328- [stashViewController showStash: (PBGitStash*)[(PBGitMenuItem*)item sourceObject ]];
328+ [stashViewController showStash: (PBGitStash*)[(PBGitMenuItem*)item sourceObject ]];
329329 }
330330
331331 [self updateActionMenu ];
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ - (void) didLoad
3939
4040- (void ) observeValueForKeyPath : (NSString *)keyPath ofObject : (id )object change : (NSDictionary *)change context : (void *)context
4141{
42- if ([(NSString *)context isEqualToString: @" ChangedCommit" ])
42+ if ([(NSString *)context isEqualToString: @" ChangedCommit" ])
4343 [self changeContentTo: historyController.webCommit];
4444 else
4545 [super observeValueForKeyPath: keyPath ofObject: object change: change context: context];
You can’t perform that action at this time.
0 commit comments