Add a Refresh button to the main window toolbar

This commit is contained in:
Nathan Kinsinger
2010-03-13 23:05:28 -07:00
parent 46b6057ce1
commit ef26909d75
3 changed files with 111 additions and 8 deletions
+5
View File
@@ -151,6 +151,11 @@
[PBCloneRepsitoryToSheet beginCloneRepsitoryToSheetForRepository:repository];
}
- (IBAction) refresh:(id)sender
{
[repository forceUpdateRevisions];
}
- (void) updateStatus
{
NSString *status = contentController.status;