mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
supplement to 798febccb6
, simplification
Origin commit data
------------------
Commit: 59fa692bd0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-12-08 (Sat, 08 Dec 2012)
This commit is contained in:
@@ -1955,18 +1955,16 @@ void CNeutrinoApp::numericZap(int msg)
|
||||
void CNeutrinoApp::showInfo()
|
||||
{
|
||||
StopSubtitles();
|
||||
std::string name = channelList->getActiveChannelName();
|
||||
std::string pname = "";
|
||||
|
||||
char *pname = NULL;
|
||||
if(g_settings.infobar_show_channeldesc){
|
||||
CZapitChannel* channel= channelList->getActiveChannel();
|
||||
CZapitChannel* channel = channelList->getActiveChannel();
|
||||
if(channel->pname){
|
||||
pname = channel->pname;
|
||||
pname=pname.substr(pname.find_first_of("]")+1);
|
||||
}
|
||||
}
|
||||
|
||||
g_InfoViewer->showTitle(channelList->getActiveChannelNumber(), name, channelList->getActiveSatellitePosition(), channelList->getActiveChannel_ChannelID(), false, 0, pname);
|
||||
g_InfoViewer->showTitle(channelList->getActiveChannelNumber(), channelList->getActiveChannelName(), channelList->getActiveSatellitePosition(), channelList->getActiveChannel_ChannelID(), false, 0, pname);
|
||||
StartSubtitles();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user