Ignore:
Timestamp:
01/28/12 14:03:35 (11 years ago)
Author:
nit
Message:

[titan] fix plugin ID conflict, add list with all plugin skin ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/keylock/keylock.c

    r12572 r13806  
    5151       
    5252        tmpstr = ostrcat(getconfig("pluginpath", NULL), "/keylock/skin.xml", 0, 0);
    53         readscreen(tmpstr, 115, 1);
     53        readscreen(tmpstr, 117, 1);
    5454        free(tmpstr); tmpstr = NULL;
    5555       
     
    6060void deinit(void)
    6161{
    62         delmarkedscreen(115);
     62        delmarkedscreen(117);
    6363        pluginaktiv = 0;
    6464        debug(10, "KeyLock Plugin removed !!!");
Note: See TracChangeset for help on using the changeset viewer.