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

Bug #187042 : "Exclude from build..." context menu disabled

This commit is contained in:
Oleg Krasilnikov 2007-05-16 11:18:07 +00:00
parent f28d70ab8e
commit c3778e90a7

View file

@ -61,6 +61,7 @@ implements IWorkbenchWindowPulldownDelegate2, IObjectActionDelegate {
public void selectionChanged(IAction action, ISelection selection) {
objects = null;
cfgNames = null;
boolean cfgsOK = true;
if (!selection.isEmpty()) {