410411412413414415416417418419420
if (newName != null) { EVTaskList taskList = EVTaskList.openExisting (taskListName, dash.getData(), dash.getHierarchy(), dash.getCache(), false); if (taskList != null) taskList.save(newName); refreshList(); dialog.toFront(); } }
431432433434435436437438439440441
== JOptionPane.YES_OPTION) { EVTaskList taskList = EVTaskList.openExisting (taskListName, dash.getData(), dash.getHierarchy(), dash.getCache(), false); if (taskList != null) taskList.save(null); refreshList(); dialog.toFront(); } }