mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
HistoryController: Add some marks
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user