File diff r25708:126008a1bb06 → r25709:feac296d221b
src/news_gui.cpp
Show inline comments
 
@@ -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();
 
}
 

	
 
/**