mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
infoviewer_bb: minor change in icon handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca9639ba54
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Origin message was:
------------------
- infoviewer_bb: minor change in icon handling
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1045,7 +1045,7 @@ void CInfoViewerBB::paint_cam_icons()
|
||||
if ( getpidof(icon_name[i]) ) {
|
||||
buf.str("");
|
||||
buf << icon_name[i] << "_green";
|
||||
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "oscam")) {
|
||||
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "oscam") || strstr(icon_name[i], "osemu")) {
|
||||
if(camCI && useCI && filter_channels) {
|
||||
buf.str("");
|
||||
buf << icon_name[i] << "_yellow";
|
||||
|
Reference in New Issue
Block a user