Merge pull request #1025 from Diapolo/GUI-BlockDL
[novacoin.git] / src / qt / bitcoingui.cpp
index 04cf703..00bb5bd 100644 (file)
@@ -529,7 +529,7 @@ void BitcoinGUI::setNumBlocks(int count)
     }
 
     // Set icon state: spinning if catching up, tick otherwise
-    if(secs < 30*60)
+    if(secs < 90*60)
     {
         tooltip = tr("Up to date") + QString(".\n") + tooltip;
         labelBlocksIcon->setPixmap(QIcon(":/icons/synced").pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));