Loading isis/src/qisis/apps/ipce/IpceMainWindow.h +0 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,6 @@ namespace Isis { void removeAllViews(); void readSettings(Project *); void writeSettings(Project *project); protected: void closeEvent(QCloseEvent *event); Loading isis/src/qisis/objs/Project/Project.cpp +2 −5 Original line number Diff line number Diff line Loading @@ -2189,15 +2189,13 @@ namespace Isis { QString(".")); if ( !newDestination.isEmpty() ) { m_isTemporaryProject = false; save( QFileInfo(newDestination + "/").absolutePath() ); // delete the temporary project deleteAllProjectFiles(); relocateProjectRoot(newDestination); m_isTemporaryProject = false; emit projectSaved(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 Loading @@ -2219,7 +2217,6 @@ namespace Isis { } save(m_projectRoot->absolutePath(), false); emit projectSaved(this); } return saveDialogCompleted; Loading Loading
isis/src/qisis/apps/ipce/IpceMainWindow.h +0 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,6 @@ namespace Isis { void removeAllViews(); void readSettings(Project *); void writeSettings(Project *project); protected: void closeEvent(QCloseEvent *event); Loading
isis/src/qisis/objs/Project/Project.cpp +2 −5 Original line number Diff line number Diff line Loading @@ -2189,15 +2189,13 @@ namespace Isis { QString(".")); if ( !newDestination.isEmpty() ) { m_isTemporaryProject = false; save( QFileInfo(newDestination + "/").absolutePath() ); // delete the temporary project deleteAllProjectFiles(); relocateProjectRoot(newDestination); m_isTemporaryProject = false; emit projectSaved(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 Loading @@ -2219,7 +2217,6 @@ namespace Isis { } save(m_projectRoot->absolutePath(), false); emit projectSaved(this); } return saveDialogCompleted; Loading