--- infoscreen/MainView.cpp 2010/06/21 13:53:17 870 +++ infoscreen/MainView.cpp 2010/06/22 07:24:14 872 @@ -32,8 +32,6 @@ if (currentMode == ModeSimpleWeb){ qDebug() << "Starting plain browser mode"; - web->setVisible(true); - web->start(url,screenid); } if (currentMode == ModeLocal ) { @@ -68,6 +66,10 @@ layout->setContentsMargins(0,0,0,0); setLayout(layout); + if (currentMode == ModeSimpleWeb) { + web->setVisible(true); + web->start(url,screenid); + } if (currentMode == ModeXml || currentMode == ModeLocal) { qDebug() << "Starting timer...";