Loading isis/src/qisis/objs/Project/Project.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -2196,8 +2196,6 @@ namespace Isis { deleteAllProjectFiles(); relocateProjectRoot(newDestination); // emit projectSave((const Project *)this); // 2014-03-14 kle This is a lame kludge because we think that relocateProjectRoot is not // working properly. For example, when we save a new project and try to view a control net // the it thinks it's still in the /tmp area Loading @@ -2218,7 +2216,6 @@ namespace Isis { } save(m_projectRoot->absolutePath(), false); // emit projectSave((const Project *)this); } return saveDialogCompleted; Loading Loading
isis/src/qisis/objs/Project/Project.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -2196,8 +2196,6 @@ namespace Isis { deleteAllProjectFiles(); relocateProjectRoot(newDestination); // emit projectSave((const Project *)this); // 2014-03-14 kle This is a lame kludge because we think that relocateProjectRoot is not // working properly. For example, when we save a new project and try to view a control net // the it thinks it's still in the /tmp area Loading @@ -2218,7 +2216,6 @@ namespace Isis { } save(m_projectRoot->absolutePath(), false); // emit projectSave((const Project *)this); } return saveDialogCompleted; Loading