gui/infoviewer: check for time being set

Origin commit data
------------------
Branch: ni/coolstream
Commit: ff06822dd0
Author: martii <m4rtii@gmx.de>
Date: 2013-11-30 (Sat, 30 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-11-30 15:19:52 +01:00
committed by vanhofen
parent 3eb233b253
commit 5c7d69daf1

View File

@@ -251,6 +251,9 @@ void CInfoViewer::changePB()
void CInfoViewer::paintTime (bool show_dot)
{
if (!gotTime)
gotTime = timeset;
if (! gotTime)
return;