Changeset 33139 for titan/titan/settings_redbutton.h
- Timestamp:
- 02/17/15 22:21:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/settings_redbutton.h
r28663 r33139 24 24 while(child != NULL) 25 25 { 26 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))26 if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0))) 27 27 addmenulist(&mlist, child->name, _(child->name), child->pic, 0, 0); 28 28 child = child->next;
Note: See TracChangeset
for help on using the changeset viewer.