diff -r e6f74eb7f69f -r ba1b7e218624 homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp --- a/homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp Mon Oct 18 10:20:15 2010 +0300 +++ b/homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp Wed Oct 20 15:25:39 2010 +0300 @@ -18,6 +18,7 @@ #include "hsloadscenestate.h" #include "hsscene.h" #include "hsgui.h" +#include "hsdbupdatethread.h" #ifdef Q_OS_SYMBIAN #include @@ -92,8 +93,11 @@ #else showUi(); - #endif + if (HsDbUpdateThread::instance() && !HsDbUpdateThread::instance()->isRunning()) { + // HsDbUpdateThread::instance()->start(); + } + } #ifdef Q_OS_SYMBIAN /*! @@ -122,8 +126,7 @@ void HsLoadSceneState::showUi() { - qDebug() << "HsLoadSceneState::showUi"; - HsGui::instance()->show(); emit event_history(); + }