Changeset 15206 for titan/titan/keyactions.h
- Timestamp:
- 04/10/12 18:19:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/keyactions.h
r15189 r15206 67 67 68 68 mbox = menulistbox(mlist, NULL, skintitle, NULL, NULL, 1, 0); 69 keyconf = mbox->name;69 if(mbox != NULL) keyconf = mbox->name; 70 70 free(tmpstr); tmpstr = NULL; 71 71 } 72 72 else 73 73 { 74 if 75 if 74 if(key == 0) keyconf = getconfig("bluekey", NULL); 75 if(key == 1) keyconf = getconfig("redkey", NULL); 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.