Changeset 38791 for titan/titan/skinadjust.h
- Timestamp:
- 09/15/16 12:51:31 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r38715 r38791 58 58 struct skin* infobar2_sel = getscreennode(skinadjust, "infobar2_sel"); 59 59 struct skin* channellist_sel = getscreennode(skinadjust, "channellist_sel"); 60 struct skin* gmultiepg_sel = getscreennode(skinadjust, "gmultiepg_sel"); 60 61 61 62 struct skin* filelist = getscreennode(skinadjust, "filelist"); … … 128 129 if(checkscreen("infobar_v5") != status.skinerr) 129 130 addchoicebox(infobar_sel, "infobar_v5","v5"); 131 if(checkscreen("infobar_v6") != status.skinerr) 132 addchoicebox(infobar_sel, "infobar_v6","v6"); 133 if(checkscreen("infobar_v7") != status.skinerr) 134 addchoicebox(infobar_sel, "infobar_v7","v7"); 135 if(checkscreen("infobar_v8") != status.skinerr) 136 addchoicebox(infobar_sel, "infobar_v8","v8"); 137 if(checkscreen("infobar_v9") != status.skinerr) 138 addchoicebox(infobar_sel, "infobar_v9","v9"); 130 139 setchoiceboxselection(infobar_sel, getskinconfig("infobar_selection", NULL)); 131 140 … … 140 149 if(checkscreen("infobar2_v5") != status.skinerr) 141 150 addchoicebox(infobar2_sel, "infobar2_v5","v5"); 151 if(checkscreen("infobar2_v6") != status.skinerr) 152 addchoicebox(infobar2_sel, "infobar2_v6","v6"); 153 if(checkscreen("infobar2_v7") != status.skinerr) 154 addchoicebox(infobar2_sel, "infobar2_v7","v7"); 155 if(checkscreen("infobar2_v8") != status.skinerr) 156 addchoicebox(infobar2_sel, "infobar2_v8","v8"); 157 if(checkscreen("infobar2_v9") != status.skinerr) 158 addchoicebox(infobar2_sel, "infobar2_v9","v9"); 142 159 setchoiceboxselection(infobar2_sel, getskinconfig("infobar2_selection", NULL)); 143 160 … … 152 169 if(checkscreen("channellist_v5") != status.skinerr) 153 170 addchoicebox(channellist_sel, "channellist_v5","v5"); 171 if(checkscreen("channellist_v6") != status.skinerr) 172 addchoicebox(channellist_sel, "channellist_v6","v6"); 173 if(checkscreen("channellist_v7") != status.skinerr) 174 addchoicebox(channellist_sel, "channellist_v7","v7"); 175 if(checkscreen("channellist_v8") != status.skinerr) 176 addchoicebox(channellist_sel, "channellist_v8","v8"); 177 if(checkscreen("channellist_v9") != status.skinerr) 178 addchoicebox(channellist_sel, "channellist_v9","v9"); 154 179 setchoiceboxselection(channellist_sel, getskinconfig("channellist_selection", NULL)); 180 181 if(checkscreen("gmultiepg") != status.skinerr) 182 addchoicebox(gmultiepg_sel, "gmultiepg", "v1"); 183 if(checkscreen("gmultiepg_v2") != status.skinerr) 184 addchoicebox(gmultiepg_sel, "gmultiepg_v2","v2"); 185 if(checkscreen("gmultiepg_v3") != status.skinerr) 186 addchoicebox(gmultiepg_sel, "gmultiepg_v3","v3"); 187 if(checkscreen("gmultiepg_v4") != status.skinerr) 188 addchoicebox(gmultiepg_sel, "gmultiepg_v4","v4"); 189 if(checkscreen("gmultiepg_v5") != status.skinerr) 190 addchoicebox(gmultiepg_sel, "gmultiepg_v5","v5"); 191 if(checkscreen("gmultiepg_v6") != status.skinerr) 192 addchoicebox(gmultiepg_sel, "gmultiepg_v6","v6"); 193 if(checkscreen("gmultiepg_v7") != status.skinerr) 194 addchoicebox(gmultiepg_sel, "gmultiepg_v7","v7"); 195 if(checkscreen("gmultiepg_v8") != status.skinerr) 196 addchoicebox(gmultiepg_sel, "gmultiepg_v8","v8"); 197 if(checkscreen("gmultiepg_v9") != status.skinerr) 198 addchoicebox(gmultiepg_sel, "gmultiepg_v9","v9"); 199 setchoiceboxselection(gmultiepg_sel, getskinconfig("gmultiepg_selection", NULL)); 155 200 156 201 char* skinpath = NULL; … … 972 1017 //free(oldchannellist_sel); oldchannellist_sel=NULL; 973 1018 1019 char* oldgmultiepg_sel = getskinconfig("gmultiepg_selection", NULL); 1020 addskinconfigscreencheck("gmultiepg_selection", gmultiepg_sel, "0"); 1021 if(ostrcmp(oldgmultiepg_sel,getskinconfig("gmultiepg_selection", NULL)) != 0) reboot = 1; 1022 //free(oldgmultiepg_sel); oldgmultiepg_sel=NULL; 1023 974 1024 addconfig("skinblinkoff", blinkoff->ret); 975 1025
Note: See TracChangeset
for help on using the changeset viewer.