Changeset 23801


Ignore:
Timestamp:
09/20/13 16:19:11 (10 years ago)
Author:
nit
Message:

[titan] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgsettings.h

    r23800 r23801  
    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");           
     252                       
     253                        if(getconfig("epg_refreshtime", NULL) != NULL || getconfigint("epg_afterevent", NULL) != 0)
     254                        {       
     255                                if(getconfigint("epg_listmode", NULL) == 1 || getconfigint("epg_listmode", NULL) == 3)
     256                                {
     257                                        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);
     258                                        delconfig("epg_refreshtime");
     259                                        delconfig("epg_afterevent");           
     260                                }
    258261                        }
    259262
Note: See TracChangeset for help on using the changeset viewer.