Changeset 25570
- Timestamp:
- 01/10/14 10:46:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r25568 r25570 874 874 875 875 // 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); 877 877 if(mbox != NULL) 878 878 { 879 879 debug(10, "mbox->name %s", mbox->name); 880 880 debug(10, "mbox->text %s", mbox->text); 881 addconfigscreencheck("usecec", mbox->text, "0"); 882 writeallconfig(1); 881 883 } 882 884 }
Note: See TracChangeset
for help on using the changeset viewer.