mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge branch 'stable' of git://github.com/pieter/gitx
Conflicts: PBViewController.m
This commit is contained in:
+10
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user