diff -r c0b32404ef74 -r 08642c7da4a3 QTfrontend/ui/page/pagedata.cpp --- a/QTfrontend/ui/page/pagedata.cpp Thu May 03 12:33:08 2012 +0200 +++ b/QTfrontend/ui/page/pagedata.cpp Thu May 03 13:25:40 2012 +0200 @@ -222,7 +222,10 @@ return false; } - m_contentDownloaded = true; + if (this->isVisible()) + m_contentDownloaded = true; + else + DataManager::instance().reload(); } file.close();