Added readSettings to MainWindow::requestAutomaticUpdateLocation.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 10 Jun 2010 06:32:55 +0000 (09:32 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 10 Jun 2010 06:32:55 +0000 (09:32 +0300)
Reviewed by: Henri Lampela.

src/ui/mainwindow.cpp

index 7e8917d..4ed8980 100644 (file)
@@ -803,7 +803,6 @@ void MainWindow::showEnableAutomaticUpdateLocationDialog(const QString &text)
     qDebug() << __PRETTY_FUNCTION__;
 
     m_automaticUpdateLocationDialog->setText(text);
-
     m_automaticUpdateLocationDialog->show();
 }