From 42172bff2de73793ac8ae5b69dd0933353c40db6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 15 Jan 2009 11:32:51 +0100 Subject: [PATCH] set lock_statusbar_delay to -1 to prevent entering this section all the time --- src/status_checker.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status_checker.cpp b/src/status_checker.cpp index 0da9a3dc..a6dfe684 100644 --- a/src/status_checker.cpp +++ b/src/status_checker.cpp @@ -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