Merge branch 'stable' of git://github.com/pieter/gitx

Conflicts:
	PBViewController.m
This commit is contained in:
Aron Cedercrantz
2009-09-23 20:05:39 +02:00
4 changed files with 45 additions and 15 deletions
+10 -6
View File
@@ -35,19 +35,23 @@
{
}
// This is called when the view is displayed again; it
// should be updated to show the most recent information
- (void) updateView
{
}
- (NSResponder *)firstResponder;
{
return nil;
}
// The next methods should be implemented in the subclass if necessary
- (void)updateView
{
}
- (IBAction) refresh:(id)sender
{
return;
}
- (void)viewLoaded
{
}
@end