madeChange = true;
}
}
} else {
NodeSelectionDialog dialog = new NodeSelectionDialog
(frame, dash.getHierarchy(),
resources.getString("Add_Task_Dialog.Title"),
resources.getString("Add_Task_Dialog.Instructions"),
resources.getString("Add_Task_Dialog.Button"),
null);
String path = dialog.getSelectedPath();
if (path != null)
madeChange = model.addTask(path, dash.getData(),
dash.getHierarchy(), dash.getCache(), true);
}