Changeset 20620


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

[titan] activate tiwakeup plugin

Location:
titan/plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/makesh4.sh

    r20530 r20620  
    114114compile "facebook" "facebook" "" "-l curl"
    115115compile "readerconfig" "readerconfig" "" ""
     116compile "tiwakeup" "tiwakeup" "" ""
    116117
    117118#rm -r networkbrowser/networkbrowser
  • titan/plugins/plugin_skin_ID.txt

    r18894 r20620  
    2626readerconfig: 243
    2727gmediarender: 279
     28gmediarender: 280
    2829TopfieldVFD: ---
    2930browser: ---
  • 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.