Changeset 15578
- Timestamp:
- 05/09/12 01:02:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/channellist.h
r15576 r15578 124 124 chnode->handle1 = (char*) tmpbouquet; 125 125 if(mode == 0 && channelnottunable(tmpbouquet->channel) == 1) 126 127 128 129 130 131 126 { 127 if(status.channellistview == 0) 128 chnode->hidden = YES; 129 else 130 chnode->deaktivcol = deaktivcol; 131 } 132 132 133 133 if(status.showchanneltimeline == 1 && channeltimeline != status.skinerr) … … 175 175 chnode->handle1 = (char*) tmpchannel; 176 176 if(mode == 0 && channelnottunable(tmpchannel) == 1) 177 178 179 180 181 182 177 { 178 if(status.channellistview == 0) 179 chnode->hidden = YES; 180 else 181 chnode->deaktivcol = deaktivcol; 182 } 183 183 } 184 184 } … … 232 232 chnode->handle1 = (char*) tmpchannel; 233 233 if(mode == 0 && channelnottunable(tmpchannel) == 1) 234 235 236 237 238 239 234 { 235 if(status.channellistview == 0) 236 chnode->hidden = YES; 237 else 238 chnode->deaktivcol = deaktivcol; 239 } 240 240 } 241 241 } … … 319 319 chnode->handle1 = (char*) tmpchannel; 320 320 if(mode == 0 && channelnottunable(tmpchannel) == 1) 321 322 323 324 325 326 321 { 322 if(status.channellistview == 0) 323 chnode->hidden = YES; 324 else 325 chnode->deaktivcol = deaktivcol; 326 } 327 327 } 328 328 }
Note: See TracChangeset
for help on using the changeset viewer.