mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug #188134 : "Build parallel" menu item behaves strange
This commit is contained in:
parent
ff7579d8a0
commit
b3f954998a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ IWorkbenchWindowPulldownDelegate2, IObjectActionDelegate, IMenuCreator {
|
|||
public void setActivePart(IAction action, IWorkbenchPart targetPart) {}
|
||||
|
||||
// doing nothing
|
||||
public void dispose() { projects = null; }
|
||||
public void dispose() { }
|
||||
public void init(IWorkbenchWindow window) { }
|
||||
|
||||
private static final class BuildFilesJob extends Job {
|
||||
|
|
Loading…
Add table
Reference in a new issue