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_bluebutton.h

    r30830 r33139  
    2323        while(child != NULL)
    2424        {
    25         if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))
     25        if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))
    2626                        addmenulist(&mlist, child->name, _(child->name), child->pic, 0, 0);
    2727                child = child->next;
Note: See TracChangeset for help on using the changeset viewer.