mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
This commit is contained in:
parent
8675ca55a7
commit
e2ea942fe5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class DeleteTargetAction extends SelectionListenerAction {
|
|||
}
|
||||
|
||||
public void run() {
|
||||
if (canDelete() && confirmDelete() == false)
|
||||
if (!canDelete() || confirmDelete() == false)
|
||||
return;
|
||||
List targets = getTargetsToDelete();
|
||||
IMakeTargetManager manager = MakeCorePlugin.getDefault().getTargetManager();
|
||||
|
|
Loading…
Add table
Reference in a new issue