Changeset 33139 for titan/titan/keyactions.h
- Timestamp:
- 02/17/15 22:21:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/keyactions.h
r31963 r33139 28 28 while(child != NULL) 29 29 { 30 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))30 if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0))) 31 31 { 32 32 if(!ostrncmp("TMDb", child->name, 4)) … … 53 53 while(child != NULL) 54 54 { 55 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))55 if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0))) 56 56 { 57 57 if(ostrcmp(child->name, "Media Center") == 0)
Note: See TracChangeset
for help on using the changeset viewer.