mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
further fixes for 139797
This commit is contained in:
parent
3f989cc33f
commit
f9320a494a
2 changed files with 11 additions and 0 deletions
|
@ -304,6 +304,11 @@ public class BuildFilesAction extends ActionDelegate implements IWorkbenchWindow
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -298,6 +298,12 @@ public class CleanFilesAction extends ActionDelegate implements IWorkbenchWindow
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue