Changeset 25570 for titan/titan


Ignore:
Timestamp:
01/10/14 10:46:30 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r25568 r25570  
    874874                               
    875875        //                      mbox = menulistbox(mlist, "playlistmenu", NULL, "%pluginpath%/mc/skin", NULL, 1, 0);
    876                                 mbox = menulistbox(mlist, NULL, NULL, NULL, NULL, 1, 0);
     876                                mbox = menulistbox(mlist, "remotecontrol", NULL, NULL, NULL, 2, 0);
    877877                                if(mbox != NULL)
    878878                                {
    879879                                        debug(10, "mbox->name %s", mbox->name);
    880880                                        debug(10, "mbox->text %s", mbox->text);
     881                                        addconfigscreencheck("usecec", mbox->text, "0");
     882                                        writeallconfig(1);                             
    881883                                }
    882884                        }
Note: See TracChangeset for help on using the changeset viewer.