Changeset 15224
- Timestamp:
- 04/11/12 22:23:25 (10 years ago)
- Location:
- titan/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/mc/mc_videoplayer.h
r15220 r15224 89 89 } 90 90 } 91 else if(status.filelistextend == 5 && filelist->select != NULL && filelist->select->input == NULL) 92 { 91 // else if(status.filelistextend == 5 && filelist->select != NULL && filelist->select->input == NULL) 92 else if(status.filelistextend == 5 && filelist->select != NULL) 93 { 94 printf("filelist->select->name %s\n",filelist->select->name); 93 95 char* cmd = NULL; 94 96 cmd = ostrcat(cmd, filelist->select->filelist->imdbpath, 0, 0); … … 263 265 { 264 266 debug(50, "rcmenu: settings"); 265 267 singlepicstart("/var/usr/local/share/titan/plugins/mc/skin/default.mvi", 0); 266 268 view = getconfigint("view", NULL); 267 269 screenmc_videoplayer_settings(); -
titan/plugins/rgui/rgui.h
r15143 r15224 19 19 20 20 21 ret = sockportopen(&sock, ip, getconfigint("rguidport", NULL), 5000 * 1000);21 ret = sockportopen(&sock, fixip(ip, 0), getconfigint("rguidport", NULL), 5000 * 1000); 22 22 if(ret != 0) 23 23 {
Note: See TracChangeset
for help on using the changeset viewer.