Changeset 20620 for titan/plugins/tiwakeup
- Timestamp:
- 03/23/13 02:18:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tiwakeup/tiwakeup.h
r20616 r20620 19 19 struct skin* tiwakeup4 = getscreennode(tiwakeup, "tiwakeup4"); 20 20 struct skin* tiwakeup5 = getscreennode(tiwakeup, "tiwakeup5"); 21 struct skin* load = getscreen("loading"); 21 22 struct skin* tmp = NULL; 22 23 char* tmpstr = NULL; … … 55 56 if(listbox->select != NULL && listbox->select->ret != NULL) 56 57 { 58 drawscreen(load, 0, 0); 57 59 tmpstr = fixip(listbox->select->ret, 1); 58 60 tmpstr = ostrcat("ether-wake.sh ", tmpstr, 0, 1); 59 61 ret = WEXITSTATUS(system(tmpstr)); 60 62 free(tmpstr); tmpstr = NULL; 63 clearscreen(load); 61 64 62 65 if(ret == 0)
Note: See TracChangeset
for help on using the changeset viewer.