mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
infoviewer_bb: fix infowindow again
Origin commit data
------------------
Branch: ni/coolstream
Commit: d0687acfff
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Origin message was:
------------------
- infoviewer_bb: fix infowindow again
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -816,12 +816,11 @@ void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
|||||||
{
|
{
|
||||||
//NI
|
//NI
|
||||||
int acaid = 0;
|
int acaid = 0;
|
||||||
if (g_settings.show_ecm && notfirst)
|
if (g_settings.show_ecm && (notfirst || g_settings.infobar_casystem_display > 1)) //bad mess :(
|
||||||
acaid = check_ecmInfo();
|
acaid = check_ecmInfo();
|
||||||
|
|
||||||
if (g_settings.infobar_casystem_display == 3){
|
if (g_settings.infobar_casystem_display == 3)
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
if(NeutrinoMessages::mode_ts == CNeutrinoApp::getInstance()->getMode() && !CMoviePlayerGui::getInstance().timeshift){
|
if(NeutrinoMessages::mode_ts == CNeutrinoApp::getInstance()->getMode() && !CMoviePlayerGui::getInstance().timeshift){
|
||||||
if (g_settings.infobar_casystem_display == 2) {
|
if (g_settings.infobar_casystem_display == 2) {
|
||||||
fta = true;
|
fta = true;
|
||||||
|
Reference in New Issue
Block a user