[vlmc-devel] commit: ProjectManager: Save the project location. ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sun Jun 20 19:30:51 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Jun 20 19:24:54 2010 +0200| [2c94e2f78a6781fe2760abcb0c0db20b7c65d0d4] | committer: Hugo Beauzée-Luyssen
ProjectManager: Save the project location.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=2c94e2f78a6781fe2760abcb0c0db20b7c65d0d4
---
src/Gui/wizard/GeneralPage.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Gui/wizard/GeneralPage.cpp b/src/Gui/wizard/GeneralPage.cpp
index 87f5d85..78c9467 100644
--- a/src/Gui/wizard/GeneralPage.cpp
+++ b/src/Gui/wizard/GeneralPage.cpp
@@ -117,6 +117,7 @@ bool GeneralPage::validatePage()
if ( workspaceDir.exists( projectPath ) == false )
workspaceDir.mkdir( projectPath );
+ sManager->setValue( "general/ProjectDir", ui.lineEditProjectLocation->text(), SettingsManager::Project );
return true;
}
More information about the Vlmc-devel
mailing list