mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
neutrino: port "EPG title in LCD" from tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: a99ff05934
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-01-26 (Wed, 26 Jan 2011)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1189,6 +1189,8 @@ void CChannelList::zapTo(int pos, bool /* forceStoreToLastChannels */)
|
||||
}
|
||||
|
||||
tuned = pos;
|
||||
CVFD::getInstance()->setEPGTitle("");
|
||||
CVFD::getInstance()->showServicename(chan->name);
|
||||
g_RemoteControl->zapTo_ChannelID(chan->channel_id, chan->name, !chan->bAlwaysLocked); // UTF-8
|
||||
// TODO check is it possible bouquetList is NULL ?
|
||||
if (bouquetList != NULL) {
|
||||
@@ -1226,6 +1228,8 @@ void CChannelList::NewZap(t_channel_id channel_id)
|
||||
printf("**************************** CChannelList::NewZap me %p %s tuned %d new %s -> %llx\n", this, name.c_str(), tuned, chan->name.c_str(), chan->channel_id);
|
||||
|
||||
if(selected_chid != chan->getChannelID()) {
|
||||
CVFD::getInstance()->setEPGTitle("");
|
||||
CVFD::getInstance()->showServicename(chan->name);
|
||||
selected_chid = chan->getChannelID();
|
||||
g_RemoteControl->zapTo_ChannelID(chan->getChannelID(), chan->name, !chan->bAlwaysLocked);
|
||||
/* remove recordModeActive from infobar */
|
||||
|
Reference in New Issue
Block a user