mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
infoviewer_bb.cpp: fix caid order in discrete mode
Origin commit data
------------------
Commit: 05c030049e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-06-08 (Fri, 08 Jun 2012)
This commit is contained in:
@@ -672,7 +672,7 @@ void CInfoViewerBB::paint_ca_icons(int caid, char * icon, int &icon_space_offset
|
||||
|
||||
void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
||||
{
|
||||
int caids[] = { 0x600, 0x0100, 0x0500, 0x1800, 0xB00, 0xD00, 0x900, 0x2600, 0x4a00, 0x0E00 };
|
||||
int caids[] = { 0x900, 0xD00, 0xB00, 0x1800, 0x0500, 0x0100, 0x600, 0x2600, 0x4a00, 0x0E00 };
|
||||
const char * white = (char *) "white";
|
||||
const char * yellow = (char *) "yellow";
|
||||
int icon_space_offset = 0;
|
||||
|
Reference in New Issue
Block a user