Changeset 24140


Ignore:
Timestamp:
10/08/13 19:39:23 (9 years ago)
Author:
nit
Message:

[titan] add load info to epg reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgsettings.h

    r23801 r24140  
    122122        struct skin* opentv = getscreennode(epgsettings, "opentv");
    123123        struct skin* epg_afterevent = getscreennode(epgsettings, "epg_afterevent");
     124        struct skin* load = getscreen("loading");
    124125        struct skin* tmp = NULL;
    125126
     
    278279                if(rcret == getrcconfigint("rcred", NULL))
    279280                {
     281                        drawscreen(load, 0, 0);
    280282                        resetepg(0);
     283                        clearscreen(load);
    281284                        textbox(_("Message"), _("EPG resetet and now clear."), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
    282285                        drawscreen(epgsettings, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.