1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Bug 212840: Modules view doesn't compile against platform 3.4M4.

This commit is contained in:
Mikhail Khodjaiants 2007-12-16 20:37:49 +00:00
parent 56dd415d35
commit fae36a5ca7

View file

@ -233,7 +233,7 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
JFaceResources.getFontRegistry().addListener( this ); JFaceResources.getFontRegistry().addListener( this );
TreeModelViewer viewer = createTreeViewer( getSashForm() ); TreeModelViewer viewer = createTreeViewer( getSashForm() );
fInputService = new ViewerInputService(fInputRequestor, viewer.getPresentationContext()); fInputService = new ViewerInputService( viewer, fInputRequestor );
createDetailsViewer(); createDetailsViewer();
getSashForm().setMaximizedControl( viewer.getControl() ); getSashForm().setMaximizedControl( viewer.getControl() );