Changeset 22273 for titan/plugins


Ignore:
Timestamp:
07/09/13 12:36:08 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

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

    r22272 r22273  
    7070        titheksolarmovie = 1;
    7171        tithekmlehd = 1;
    72  
    73   //change markcolor
    74   status.listboxselectcol = convertcol("tithekselect");
     72
     73//change markcolor
     74        long tmplistboxselectcol = listboxselectcol;
     75        status.listboxselectcol = convertcol("tithekselect");
    7576
    7677//      if(checkbox("WHITEBOX") == 1)
     
    7879//      else
    7980                screentithekplay("http://atemio.dyndns.tv/mediathek/mainmenu.list", "Tithek - Mainmenu", 1);
    80  
    81   //reset markcolor 
    82   status.listboxselectcol = convertcol("listboxselect");
     81
     82        //reset markcolor 
     83        status.listboxselectcol = tmplistboxselectcol;
    8384       
    8485        tithekrun = 0;
Note: See TracChangeset for help on using the changeset viewer.