Ignore:
Timestamp:
02/17/15 22:21:16 (8 years ago)
Author:
obi
Message:

update demo stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/settings_mediabutton.h

    r28663 r33139  
    1414        while(child != NULL)
    1515        {
    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)))
    1717                {
    1818                        if(ostrcmp(child->name, "Media Center") == 0)
Note: See TracChangeset for help on using the changeset viewer.