diff --git a/src/gui/timeosd.cpp b/src/gui/timeosd.cpp index 51284dcac..309377cd9 100644 --- a/src/gui/timeosd.cpp +++ b/src/gui/timeosd.cpp @@ -96,7 +96,7 @@ void CTimeOSD::initTimeString() void CTimeOSD::show(time_t time_show, bool force) { time_show /= 1000; - if (!force && (m_mode == MODE_HIDE || m_time_show == time_show) || CScreenSaver::getInstance()->IsRun()) + if (!force && (m_mode == MODE_HIDE || m_time_show == time_show || CScreenSaver::getInstance()->IsRun())) return; m_time_show = time_show;