Changeset 25063
- Timestamp:
- 12/02/13 17:53:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/keyactions.h
r23286 r25063 29 29 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0))) 30 30 { 31 addmenulist(&mlist, child->name, NULL, child->pic, 0, 0); 32 debug(60, "key: %s", child->name); 31 if(ostrcmp("TMDb", child->name) == 1 && ostrcmp("Reader Config", child->name) == 1) 32 { 33 addmenulist(&mlist, child->name, NULL, child->pic, 0, 0); 34 debug(60, "key: %s", child->name); 35 } 36 else 37 debug(60, "skip key: %s", child->name); 33 38 } 34 39 child = child->next;
Note: See TracChangeset
for help on using the changeset viewer.