Changeset 13806 for titan/plugins/keylock
- Timestamp:
- 01/28/12 14:03:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/keylock/keylock.c
r12572 r13806 51 51 52 52 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/keylock/skin.xml", 0, 0); 53 readscreen(tmpstr, 11 5, 1);53 readscreen(tmpstr, 117, 1); 54 54 free(tmpstr); tmpstr = NULL; 55 55 … … 60 60 void deinit(void) 61 61 { 62 delmarkedscreen(11 5);62 delmarkedscreen(117); 63 63 pluginaktiv = 0; 64 64 debug(10, "KeyLock Plugin removed !!!");
Note: See TracChangeset
for help on using the changeset viewer.