1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Bug #188134 : "Build parallel" menu item behaves strange

This commit is contained in:
Oleg Krasilnikov 2007-05-22 12:51:10 +00:00
parent ff7579d8a0
commit b3f954998a

View file

@ -105,7 +105,7 @@ IWorkbenchWindowPulldownDelegate2, IObjectActionDelegate, IMenuCreator {
public void setActivePart(IAction action, IWorkbenchPart targetPart) {} public void setActivePart(IAction action, IWorkbenchPart targetPart) {}
// doing nothing // doing nothing
public void dispose() { projects = null; } public void dispose() { }
public void init(IWorkbenchWindow window) { } public void init(IWorkbenchWindow window) { }
private static final class BuildFilesJob extends Job { private static final class BuildFilesJob extends Job {