Fix preferences crash and restart issue on windows

This commit is contained in:
Mark Watkins 2011-12-08 23:33:29 +10:00
parent cf36a24541
commit dabbbd2a52

View File

@ -440,7 +440,7 @@ void PreferencesDialog::Save()
file.close();
}
profile->Save();
PROFILE.Save();
PREF.Save();
if (needs_restart) {
@ -636,7 +636,7 @@ void PreferencesDialog::resetGraphModel()
ui->graphView->setAlternatingRowColors(true);
ui->graphView->setFirstColumnSpanned(0,daily->index(),true);
// ui->graphView->setFirstColumnSpanned(0,daily->index(),true); // Crashes on windows.. Why do I need this again?
graphModel->setColumnCount(3);
QStringList headers;
headers.append("Graph");