1
0
Fork 0
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:
Marc Khouzam 2009-10-10 00:38:59 +00:00
parent 30f1693315
commit 8870c36bd5

View file

@ -43,7 +43,7 @@ public class DsfLaunch extends Launch {
DsfLaunch.super.fireChanged();
return Status.OK_STATUS;
}
};
}.schedule();
}
@Override
@ -58,6 +58,6 @@ public class DsfLaunch extends Launch {
DsfLaunch.super.fireTerminate();
return Status.OK_STATUS;
}
};
}.schedule();
}
}