Ignore:
Timestamp:
12/20/11 01:00:05 (12 years ago)
Author:
nit
Message:

[titan] show correct TV / Radio button in channellist after press blue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/channellist.h

    r12434 r12443  
    422422
    423423        if(status.servicetype == 0)
     424        {
    424425                tmpstr = getconfig("channellist", NULL);
     426                changetext(b7, _("Radio (Info)"));
     427        }
    425428        else
     429        {
    426430                tmpstr = getconfig("rchannellist", NULL);
     431                changetext(b7, _("TV (Info)"));
     432        }
    427433        if(ostrncmp("(BOUQUET)-", tmpstr, 10) == 0 && strlen(tmpstr) > 10)
    428434        {
Note: See TracChangeset for help on using the changeset viewer.