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

    r28663 r33139  
    2424        while(child != NULL)
    2525        {
    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)))
    2727                        addmenulist(&mlist, child->name, _(child->name), child->pic, 0, 0);
    2828                child = child->next;
Note: See TracChangeset for help on using the changeset viewer.