1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Small change for Bug # 188120

This commit is contained in:
Oleg Krasilnikov 2008-04-28 11:52:47 +00:00
parent fceecd9f90
commit d772cf26d6

View file

@ -76,6 +76,7 @@ public class WorkingSetConfigAction implements IWorkbenchWindowActionDelegate, I
}
public void selectionChanged(IAction action, ISelection selection) {
checkWS();
if (action.isEnabled() != enabled)
action.setEnabled(enabled);
}