Workaround for 'refresh' not refreshing everything

This commit is contained in:
Leszek Ślażyński
2011-03-20 10:28:08 +08:00
committed by ivan baktsheev
parent f6d7fea449
commit f0f5c916dd
+2 -1
View File
@@ -175,7 +175,8 @@
- (IBAction) refresh:(id)sender
{
[contentController refresh:self];
[sidebarController.historyViewController refresh: self];
[sidebarController.commitViewController refresh: self];
}
- (void) updateStatus