mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge remote branch 'refs/remotes/dgrijalva/stable' into experimental
Conflicts: ApplicationController.m GitX.xcodeproj/project.pbxproj PBGitCommitView.xib PBGitHistoryView.xib PBGitRevisionCell.m PBGitTree.m PBGitWindowController.m PBViewController.m html/views/history/history.js html/views/history/index.html
This commit is contained in:
+9
-5
@@ -37,18 +37,22 @@
|
||||
{
|
||||
}
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
- (IBAction) refresh: sender
|
||||
{
|
||||
}
|
||||
|
||||
- (NSResponder *)firstResponder;
|
||||
// The next methods should be implemented in the subclass if necessary
|
||||
- (void)updateView
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void)viewLoaded
|
||||
{
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user