Changeset 18596


Ignore:
Timestamp:
11/16/12 13:44:51 (11 years ago)
Author:
nit
Message:

[titan] fix zap in gmultiepg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/gmultiepg.h

    r18542 r18596  
    628628                if(rcret == getrcconfigint("rcok", NULL))
    629629                {
    630                         servicecheckret(servicestart((struct channel*)listbox->select->handle, NULL, NULL, 0), 0);
     630                        if(status.servicetype == 0)
     631                                servicecheckret(servicestart((struct channel*)listbox->select->handle, getconfig("channellist", NULL), NULL, 0), 0);
     632                        else
     633                                servicecheckret(servicestart((struct channel*)listbox->select->handle, getconfig("rchannellist", NULL), NULL, 0), 0);
    631634                        break;
    632635                }
Note: See TracChangeset for help on using the changeset viewer.