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