Skip to content

Commit f0f5c91

Browse files
slazykapla
authored andcommitted
Workaround for 'refresh' not refreshing everything
1 parent f6d7fea commit f0f5c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PBGitWindowController.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ - (IBAction) cloneTo:(id)sender
175175

176176
- (IBAction) refresh:(id)sender
177177
{
178-
[contentController refresh:self];
178+
[sidebarController.historyViewController refresh: self];
179+
[sidebarController.commitViewController refresh: self];
179180
}
180181

181182
- (void) updateStatus

0 commit comments

Comments
 (0)