Fixes: Fixes saving of settings

This commit is contained in:
dt
2008-12-03 13:53:11 +01:00
committed by dt
parent 876c775805
commit 75f2c01d96
2 changed files with 1 additions and 1 deletions

View File

@@ -939,6 +939,7 @@ void SessionManager::removeProjects(QList<Project *> remove)
// Delete projects
foreach (Project *pro, remove) {
pro->saveSettings();
m_file->m_projects.removeOne(pro);
if (pro == m_file->m_startupProject)