Ignore:
Timestamp:
12/24/11 00:53:26 (11 years ago)
Author:
nit
Message:

[titan] fix

File:
1 edited

Legend:

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

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