Changeset 2992

Show
Ignore:
Timestamp:
04/28/06 11:40:14 (3 years ago)
Author:
madcat
Message:

Shorter delay when loading news feeds and last update was more than 1 hour ago.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/newsfeed.cpp

    r2991 r2992  
    209209        logDebug(QString("Time diff since last update is %1").arg(timeDiff)); 
    210210        if (timeDiff >= 60 * 60) { 
    211                 timeDiff = 60 * 60 - 1
     211                timeDiff = 60 * 60
    212212        } 
    213213        m_timer->setSingleShot(true);