mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Bug 213184: Modules view broken.
This commit is contained in:
parent
4dfb5db677
commit
5cfeda3947
1 changed files with 3 additions and 3 deletions
|
@ -213,9 +213,9 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
|
|||
* resolved.
|
||||
*/
|
||||
private IViewerInputRequestor fInputRequestor = new IViewerInputRequestor() {
|
||||
public void viewerInputComplete(IViewerInputUpdate update) {
|
||||
if (!update.isCanceled()) {
|
||||
setViewerInput(update.getViewerInput());
|
||||
public void viewerInputComplete( IViewerInputUpdate update ) {
|
||||
if ( !update.isCanceled() ) {
|
||||
setViewerInput( update.getInputElement() );
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue