Recalculate minimum frequency afer loading presets
[qcpufreq] / src / mainwindow.cpp
index cf21237..0b42260 100644 (file)
@@ -417,6 +417,7 @@ void MainWindow::loadPreset(QString presetName)
 {
     #if defined(Q_WS_MAEMO_5)
         callHelper("loadpreset", presetName);
+        calculateMinFreq();
         QMaemo5InformationBox::information(this, tr( "The preset was loaded." ), QMaemo5InformationBox::DefaultTimeout);
     #endif
 }