Skip to content

Commit

Permalink
HistoryController: Add some marks
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Jun 16, 2009
1 parent dc234cf commit 47e182a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PBGitHistoryController.m
Expand Up @@ -203,6 +203,7 @@ - (void) removeView
[super removeView];
}

#pragma mark Table Column Methods
- (NSMenu *)tableColumnMenu
{
NSMenu *menu = [[NSMenu alloc] initWithTitle:@"Table columns menu"];
Expand All @@ -218,6 +219,8 @@ - (NSMenu *)tableColumnMenu
return menu;
}

#pragma mark Tree Context Menu Methods

- (void)showCommitsFromTree:(id)sender
{
// TODO: Enable this from webview as well!
Expand Down

0 comments on commit 47e182a

Please sign in to comment.