Fix broken 'Show In' feature for 'Git Repositories' view
commit6460390d3e8f78f795e3b57850eeb1aaaafd7eda
authorRemy Suen <remysuen@ca.ibm.com>
Sun, 2 May 2010 15:02:07 +0000 (2 11:02 -0400)
committerRemy Suen <remysuen@ca.ibm.com>
Sun, 2 May 2010 15:02:07 +0000 (2 11:02 -0400)
tree096d8b118921bba2ee335e3a52d667aacdccef65
parent373162511e9b12060fef0092359835f407441a90
Fix broken 'Show In' feature for 'Git Repositories' view

Code was added to make the 'Git Repositories' view show up in the
'Show In' menu but no code was introduced in the view to actually
react to the request. As is, the view will simply be shown without
actually having anything selected. The fix is to implement the
IShowInTarget interface so that the request can be handled.

Change-Id: I64e11f856c25970c07e03dc3365e24f7e1733ede
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositoriesView.java