Changeset 44848
- Timestamp:
- May 1, 2020, 1:22:50 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r44847 r44848 2431 2431 changepic(listbox->select, tithekpic); 2432 2432 } 2433 //else2434 //{2435 //free(tithekpic); tithekpic = NULL;2436 //tithekpic = ostrcat("/var/usr/local/share/titan/plugins/tithek/default.jpg", NULL, 0, 0);2437 //changepic(listbox->select, tithekpic);2438 //}2433 else 2434 { 2435 free(tithekpic); tithekpic = NULL; 2436 tithekpic = ostrcat("/var/usr/local/share/titan/plugins/tithek/default.jpg", NULL, 0, 0); 2437 changepic(listbox->select, tithekpic); 2438 } 2439 2439 free(tithekpic); tithekpic = NULL; 2440 2440 }
Note: See TracChangeset
for help on using the changeset viewer.