diff -r 3331b30e4ef1 -r 88fde28bbda6 QTfrontend/ui/page/pagedata.cpp --- a/QTfrontend/ui/page/pagedata.cpp Sun Oct 21 01:28:33 2012 +0400 +++ b/QTfrontend/ui/page/pagedata.cpp Sat Nov 03 00:34:35 2012 +0400 @@ -222,10 +222,7 @@ return false; } - if (this->isVisible()) - m_contentDownloaded = true; - else - DataManager::instance().reload(); + m_contentDownloaded = true; } file.close(); @@ -248,6 +245,6 @@ if (m_contentDownloaded) { m_contentDownloaded = false; - DataManager::instance().reload(); + //DataManager::instance().reload(); } }