Changeset 20034
- Timestamp:
- 02/11/13 21:58:48 (10 years ago)
- Location:
- titan/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/imdb/imdb.h
r19884 r20034 498 498 char* search = NULL; 499 499 500 if(path == NULL || file == NULL )500 if(path == NULL || file == NULL || !file_exist(getconfig("mediadbpath", NULL))) 501 501 skin_b2->hidden = YES; 502 502 else -
titan/plugins/imdbapi/imdbapi.h
r19884 r20034 219 219 char* search = NULL; 220 220 221 if(path == NULL || file == NULL )221 if(path == NULL || file == NULL || !file_exist(getconfig("mediadbpath", NULL))) 222 222 skin_b2->hidden = YES; 223 223 else -
titan/plugins/mc/mc_main.h
r19549 r20034 122 122 system("emu.sh halt"); 123 123 124 if(!file_exist(getconfig("mediadbpath", NULL))) 125 mkdir(getconfig("mediadbpath", NULL), 0777); 126 124 127 debug(50, "drop_caches"); 125 128 writesysint("/proc/sys/vm/drop_caches", 3, 0); -
titan/plugins/tmdb/tmdb.h
r19884 r20034 817 817 // skin_b3->hidden = NO; 818 818 819 if(path == NULL || file == NULL )819 if(path == NULL || file == NULL || !file_exist(getconfig("mediadbpath", NULL))) 820 820 skin_b3->hidden = YES; 821 821 else
Note: See TracChangeset
for help on using the changeset viewer.