diff --git a/src/news_gui.cpp b/src/news_gui.cpp --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -639,8 +639,7 @@ static bool ReadyForNextTickerItem() /* Ticker message * Check if the status bar message is still being displayed? */ - if (IsNewsTickerShown()) return false; - return true; + return !IsNewsTickerShown(); } /**