Comment 2 for bug 759854

Revision history for this message
Michael Terry (mterry) wrote :

OK, I know why this is happening. We schedule an update for the menu using g_timeout_add_seconds, with a calculated time one second after midnight. But that function pauses counting down while asleep. So if the user suspends, the update will be offset by however long the user suspended for.

Coming up with a patch.