Make FilteredCheckboxTree compatible with Eclipse 3.4
commit82e635ddb1d128af014ff20ccabdd23aa755ea67
authorChris Aniszczyk <caniszczyk@gmail.com>
Tue, 25 May 2010 17:45:35 +0000 (25 12:45 -0500)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 25 May 2010 17:45:35 +0000 (25 12:45 -0500)
tree2aa061fca6a335a35538b925a6e27006da86f919
parent5e15a2766e800bc05939229d9f4e181bfb987623
Make FilteredCheckboxTree compatible with Eclipse 3.4

When we added FilteredCheckboxTree support to EGit, we broke
compatibility with Eclipse 3.4 by calling a 3.5+ constructor
on FilteredTree. The fix is to call the older constructor.

Change-Id: I1d4ee2fcbf9863b4957f7369843c5a292a8dee93
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/FilteredCheckboxTree.java