Changeset 18734


Ignore:
Timestamp:
11/23/12 22:14:14 (11 years ago)
Author:
nit
Message:

[titan] show records in gmultiepg direct after add record

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/gmultiepg.h

    r18731 r18734  
    802802                        clearscreen(gmultiepg);
    803803                        ret = addrecepg((struct channel*)listbox->select->handle, (struct epg*)listbox->select->handle1, NULL);
     804
     805                        //recalc record timelines
     806                        struct skin* tmplistbox = listbox;
     807                        while(tmplistbox != NULL)
     808                        {
     809                                if(tmplistbox->type & MULTIPROGRESSBAR)
     810                                        tmplistbox->epgrecord = getepgrecord((struct channel*)tmplistbox->handle, (struct epg*)tmplistbox->handle1);
     811                                tmplistbox = tmplistbox->next;
     812                        }
     813
    804814                        drawscreen(gmultiepg, 0, 0);
    805815                        continue;
Note: See TracChangeset for help on using the changeset viewer.