Comment 5 for bug 297794

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

clock.cpp:486
int Clock::updateInterval() const
{
    return m_showSeconds ? 1000 : 60000;
}

In order to fix this cases, the plasmoid should retrieve the engine data always at 1000msecs or use the default setting and "detecting" that kind of changes (>1 minute of difference), do know if the last is possible.