mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Don't show the Actions menu for now
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
|
||||
}
|
||||
|
||||
[items addObject:actions];
|
||||
//[items addObject:actions];
|
||||
|
||||
[items addObject:branches];
|
||||
[items addObject:remotes];
|
||||
@@ -164,7 +164,7 @@
|
||||
[sourceView expandItem:branches expandChildren:YES];
|
||||
[sourceView expandItem:actions];
|
||||
|
||||
NSAssert(actions == [sourceView itemAtRow:0], @"First item is not the Action");
|
||||
NSAssert(branches == [sourceView itemAtRow:0], @"First item is not the Branches");
|
||||
[sourceView reloadItem:nil reloadChildren:YES];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user