Changeset 33139 for titan/titan/settings_mediabutton.h
- Timestamp:
- 02/17/15 22:21:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/settings_mediabutton.h
r28663 r33139 14 14 while(child != NULL) 15 15 { 16 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))16 if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0))) 17 17 { 18 18 if(ostrcmp(child->name, "Media Center") == 0)
Note: See TracChangeset
for help on using the changeset viewer.