Changeset 23800


Ignore:
Timestamp:
09/20/13 13:39:47 (10 years ago)
Author:
nit
Message:

[titan] deactivate epg scan refresh and after scan in scan-mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgsettings.h

    r22343 r23800  
    250250                        else
    251251                                epgscancreatetimer();
     252                               
     253                        if(getconfig("epg_listmode", NULL) == 1 || getconfig("epg_listmode", NULL) == 3)
     254                        {
     255                                textbox(_("Message"), _("Deavtivate Refresh Time and After EPG in scan-mode"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0);
     256                                delconfig("epg_refreshtime");
     257                                delconfig("epg_afterevent");           
     258                        }
    252259
    253260                        break;
Note: See TracChangeset for help on using the changeset viewer.