tripledragon: fix LCD epg title after standby

Origin commit data
------------------
Branch: ni/coolstream
Commit: f6392a99ef
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-10 (Sat, 10 Nov 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-11-10 13:53:00 +01:00
parent 690bd7bca5
commit 30b5111ce1

View File

@@ -1905,6 +1905,9 @@ void CInfoViewer::showLcdPercentOver()
old_interval = interval;
}
CLCD::getInstance()->showPercentOver(runningPercent);
int mode = CNeutrinoApp::getInstance()->getMode();
if ((mode == NeutrinoMessages::mode_radio || mode == NeutrinoMessages::mode_tv))
CVFD::getInstance()->setEPGTitle(info_CurrentNext.current_name);
}
}
#else