Changeset 38791 for titan/titan/gmultiepg.h
- Timestamp:
- 09/15/16 12:51:31 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/gmultiepg.h
r35220 r38791 511 511 { 512 512 int rcret = 0, ret = 0, epgscreenconf = 0, end = 0; 513 struct skin* gmultiepg = getscreen("gmultiepg"); 513 514 char* gmultiepg_sel = getskinconfig("gmultiepg_selection", NULL); 515 debug(10, "get initial gmultiepg=%s", gmultiepg_sel); 516 517 if(gmultiepg_sel == NULL) { 518 gmultiepg_sel = ostrcat(gmultiepg_sel, "gmultiepg", 1, 0); // fallback to default 519 debug(10, "fallback to default, set gmultiepg=%s", gmultiepg_sel); 520 } 521 522 struct skin* gmultiepg = getscreen(gmultiepg_sel); 523 debug(10, "final gmultiepg=%s", gmultiepg_sel); 524 525 // struct skin* gmultiepg = getscreen("gmultiepg"); 514 526 struct skin* listbox = getscreennode(gmultiepg, "listbox"); 515 527 struct skin* channellistbox = getscreennode(gmultiepg, "channellistbox");
Note: See TracChangeset
for help on using the changeset viewer.