From f0f5c916dd05679a75d9a4c46f8fd7db101a833a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leszek=20S=CC=81laz=CC=87yn=CC=81ski?= Date: Sun, 20 Mar 2011 10:28:08 +0800 Subject: [PATCH] Workaround for 'refresh' not refreshing everything --- PBGitWindowController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PBGitWindowController.m b/PBGitWindowController.m index fb40446..294fb23 100644 --- a/PBGitWindowController.m +++ b/PBGitWindowController.m @@ -175,7 +175,8 @@ - (IBAction) refresh:(id)sender { - [contentController refresh:self]; + [sidebarController.historyViewController refresh: self]; + [sidebarController.commitViewController refresh: self]; } - (void) updateStatus