mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
infoviewer_bb: minor change in icon handling
Origin commit data
------------------
Commit: 5f680879f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-06 (Mon, 06 Nov 2017)
Origin message was:
------------------
- infoviewer_bb: minor change in icon handling
This commit is contained in:
@@ -36,6 +36,7 @@ install_DATA = \
|
|||||||
nds_yellow.png \
|
nds_yellow.png \
|
||||||
newcs_green.png \
|
newcs_green.png \
|
||||||
oscam_green.png \
|
oscam_green.png \
|
||||||
|
oscam_yellow.png \
|
||||||
osemu_green.png \
|
osemu_green.png \
|
||||||
powervu_green.png \
|
powervu_green.png \
|
||||||
powervu_white.png \
|
powervu_white.png \
|
||||||
|
BIN
data/icons/status/ca/oscam_yellow.png
Normal file
BIN
data/icons/status/ca/oscam_yellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
@@ -1045,7 +1045,7 @@ void CInfoViewerBB::paint_cam_icons()
|
|||||||
if ( getpidof(icon_name[i]) ) {
|
if ( getpidof(icon_name[i]) ) {
|
||||||
buf.str("");
|
buf.str("");
|
||||||
buf << icon_name[i] << "_green";
|
buf << icon_name[i] << "_green";
|
||||||
if(strstr(icon_name[i], "doscam")) {
|
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "oscam")) {
|
||||||
if(camCI && useCI && filter_channels) {
|
if(camCI && useCI && filter_channels) {
|
||||||
buf.str("");
|
buf.str("");
|
||||||
buf << icon_name[i] << "_yellow";
|
buf << icon_name[i] << "_yellow";
|
||||||
|
Reference in New Issue
Block a user