mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[291342] The jobs in DsfLaunch must actually be scheduled :-)
This commit is contained in:
parent
30f1693315
commit
8870c36bd5
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ public class DsfLaunch extends Launch {
|
||||||
DsfLaunch.super.fireChanged();
|
DsfLaunch.super.fireChanged();
|
||||||
return Status.OK_STATUS;
|
return Status.OK_STATUS;
|
||||||
}
|
}
|
||||||
};
|
}.schedule();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -58,6 +58,6 @@ public class DsfLaunch extends Launch {
|
||||||
DsfLaunch.super.fireTerminate();
|
DsfLaunch.super.fireTerminate();
|
||||||
return Status.OK_STATUS;
|
return Status.OK_STATUS;
|
||||||
}
|
}
|
||||||
};
|
}.schedule();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue