Ignore:
Timestamp:
03/23/13 02:18:25 (10 years ago)
Author:
nit
Message:

[titan] activate tiwakeup plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tiwakeup/tiwakeup.h

    r20616 r20620  
    1919        struct skin* tiwakeup4 = getscreennode(tiwakeup, "tiwakeup4");
    2020        struct skin* tiwakeup5 = getscreennode(tiwakeup, "tiwakeup5");
     21        struct skin* load = getscreen("loading");
    2122        struct skin* tmp = NULL;
    2223        char* tmpstr = NULL;
     
    5556                        if(listbox->select != NULL && listbox->select->ret != NULL)
    5657                        {
     58                                drawscreen(load, 0, 0);
    5759                                tmpstr = fixip(listbox->select->ret, 1);
    5860                                tmpstr = ostrcat("ether-wake.sh ", tmpstr, 0, 1);
    5961                                ret = WEXITSTATUS(system(tmpstr));
    6062                                free(tmpstr); tmpstr = NULL;
     63                                clearscreen(load);
    6164
    6265                                if(ret == 0)
Note: See TracChangeset for help on using the changeset viewer.