HistoryController: Add some marks

This commit is contained in:
Pieter de Bie
2009-06-16 18:10:31 +01:00
parent dc234cfdc9
commit 47e182a910
+3
View File
@@ -203,6 +203,7 @@
[super removeView];
}
#pragma mark Table Column Methods
- (NSMenu *)tableColumnMenu
{
NSMenu *menu = [[NSMenu alloc] initWithTitle:@"Table columns menu"];
@@ -218,6 +219,8 @@
return menu;
}
#pragma mark Tree Context Menu Methods
- (void)showCommitsFromTree:(id)sender
{
// TODO: Enable this from webview as well!