Changeset 40848


Ignore:
Timestamp:
08/27/17 03:05:17 (7 years ago)
Author:
obi
Message:

fix

Location:
titan/plugins/tithek
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.c

    r37476 r40848  
    115115        tithekmlehd = 1;
    116116        amazonlogin = 0;
     117        python = 0;
    117118       
    118119//change markcolor
  • titan/plugins/tithek/tithek.h

    r40846 r40848  
    1313int tithekmlehd = 0;
    1414int amazonlogin = 0;
     15int python = 0;
    1516
    1617//flag 0        - menu
     
    585586                        system(cmd);
    586587                        printf("[tithek] untar ende cmd: %s\n", cmd);
    587                         status.python = 1;
     588                        python = 1;
    588589                        free(cmd), cmd = NULL;
    589590
     
    942943                        tmp->hspace = 10;
    943944                        tmp->posx = posx;
     945                        if(python = 0 && flag == 14)
     946                                tmp->fontcol = ff0000;
     947                        else if(python = 1 && flag == 14)
     948                                tmp->fontcol = 00ff00;
     949                        else
     950                                tmp->fontcol = ffffff;
     951
    944952                        //tmp->fontcol = 0x0000ff;
     953
    945954                        tmp->halign = CENTER;
    946955                        tmp->valign = TEXTBOTTOM;
     
    26262635                system("rm -rf /tmp/parser");
    26272636
     2637                python = 0;
     2638
    26282639                if(status.mcaktiv == 0)
    26292640                        servicecheckret(servicestart(status.lastservice->channel, NULL, NULL, 0), 0);
Note: See TracChangeset for help on using the changeset viewer.