Don't show the Actions menu for now

This commit is contained in:
Pieter de Bie
2009-09-13 22:46:22 +02:00
parent ff1d30571b
commit 1c3ee96e7c
+2 -2
View File
@@ -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];
}