Changeset 24251 for titan/plugins/tithek/tithek.h
- Timestamp:
- 10/13/13 01:06:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r24231 r24251 1131 1131 else if(((struct tithek*)listbox->select->handle)->flag == 14) 1132 1132 { 1133 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 1); 1134 } 1135 else if(((struct tithek*)listbox->select->handle)->flag == 15) 1136 { 1137 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 2); 1133 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr); 1138 1134 } 1139 1135 else if(((struct tithek*)listbox->select->handle)->flag == 16) … … 1152 1148 { 1153 1149 if(tmpstr != NULL) tmpstr1 = rtl2now(tmpstr, "http://rtl2now.rtl2.de", "rtl2now", 1); 1154 }1155 else if(((struct tithek*)listbox->select->handle)->flag == 20)1156 {1157 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 3);1158 }1159 else if(((struct tithek*)listbox->select->handle)->flag == 24)1160 {1161 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 4);1162 }1163 else if(((struct tithek*)listbox->select->handle)->flag == 25)1164 {1165 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 5);1166 }1167 else if(((struct tithek*)listbox->select->handle)->flag == 26)1168 {1169 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 6);1170 }1171 else if(((struct tithek*)listbox->select->handle)->flag == 27)1172 {1173 if(tmpstr != NULL) tmpstr1 = kinox(tmpstr, NULL, NULL, 7);1174 1150 } 1175 1151 else if(((struct tithek*)listbox->select->handle)->flag == 38)
Note: See TracChangeset
for help on using the changeset viewer.