On Mar 17, 2010, at 11:55 PM, Kevin LaCoste wrote: > Subject: [PATCH] Remove "Tree View" from the View menu. > > The corresponding view has already been removed so selecting this from the > menu does nothing. Also removed the IBAction methods from the history > controller.
Actually it was the "Raw View" that was removed. The tree view is the one with the file list on the left and the contents on the right. <http://github.com/pieter/gitx/commit/34394d056b5ff0a4620a79c606f26ff4870c67f3> The setTreeView: method has the wrong tab number. It would probably be better to use constants for the selectedTab so that changes happen everywhere. --Nathan http://brotherbard.com/
