mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
infoviewer_bb.cpp: dont show CA Status in TS mode
Origin commit data
------------------
Commit: 8474038c27
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
This commit is contained in:
@@ -711,14 +711,22 @@ void CInfoViewerBB::paint_ca_icons(int caid, char * icon, int &icon_space_offset
|
|||||||
|
|
||||||
void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if (g_settings.casystem_display == 3)
|
||||||
|
return;
|
||||||
|
if(NeutrinoMessages::mode_ts == CNeutrinoApp::getInstance()->getMode()){
|
||||||
|
if (g_settings.casystem_display == 2) {
|
||||||
|
fta = true;
|
||||||
|
showOne_CAIcon();
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
int caids[] = { 0x900, 0xD00, 0xB00, 0x1800, 0x0500, 0x0100, 0x600, 0x2600, 0x4a00, 0x0E00 };
|
int caids[] = { 0x900, 0xD00, 0xB00, 0x1800, 0x0500, 0x0100, 0x600, 0x2600, 0x4a00, 0x0E00 };
|
||||||
const char * white = (char *) "white";
|
const char * white = (char *) "white";
|
||||||
const char * yellow = (char *) "yellow";
|
const char * yellow = (char *) "yellow";
|
||||||
int icon_space_offset = 0;
|
int icon_space_offset = 0;
|
||||||
|
|
||||||
if (g_settings.casystem_display == 3)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if(!g_InfoViewer->chanready) {
|
if(!g_InfoViewer->chanready) {
|
||||||
if (g_settings.casystem_display == 2) {
|
if (g_settings.casystem_display == 2) {
|
||||||
fta = true;
|
fta = true;
|
||||||
|
Reference in New Issue
Block a user