set lock_statusbar_delay to -1 to prevent entering this section all the time

This commit is contained in:
Andrzej Rybczak
2009-01-15 11:32:51 +01:00
parent 5704ea9fa2
commit 42172bff2d

View File

@@ -107,6 +107,8 @@ void TraceMpdStatus()
{
if (now >= time_of_statusbar_lock+lock_statusbar_delay)
{
lock_statusbar_delay = -1;
if (Config.statusbar_visibility)
block_statusbar_update = !allow_statusbar_unlock;
else