Changeset 17671


Ignore:
Timestamp:
09/01/12 08:43:23 (12 years ago)
Author:
obi
Message:

ipkg install add resettvpic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/extensions.h

    r17644 r17671  
    131131                                {
    132132                                        drawscreen(load, 0, 0);
     133                                        resettvpic();
    133134                                        char* log = NULL;
    134135                                        if(ipkg_install(tmpstr) == 0)
     
    182183                        {
    183184                                drawscreen(load, 0, 0);
     185                                resettvpic();
    184186                                char* log = NULL;
    185187                                if(ipkg_remove(tmpstr, 1) == 0)
     
    246248                        if(textbox(_(text2), _(tmpinfo), "EXIT", getrcconfigint("rcexit", NULL), "OK", getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 2)
    247249                        {
    248                                 char* log = NULL;
     250                                char* log = NULL;                               
    249251                                drawscreen(load, 0, 0);
     252                                resettvpic();                           
    250253                                if(path == NULL)
    251254                                        log = get_ipk_tmpinstall("/tmp", mbox->name);
     
    268271        {
    269272                drawscreen(load, 0, 0);
     273                resettvpic();
    270274                unlink("/tmp/ipkg.log");
    271275                system("syncipkg.sh");
Note: See TracChangeset for help on using the changeset viewer.