QTfrontend/ui/page/pagedata.cpp
branchphysfslayer
changeset 7928 88fde28bbda6
parent 7824 3df73ec7fcf2
child 8055 04dd8b7fb605
--- 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();
     }
 }