Changeset 25579 for titan/titan


Ignore:
Timestamp:
01/10/14 11:49:41 (10 years ago)
Author:
obi
Message:

FIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r25569 r25579  
    163163                        if(rcret == getrcconfigint("rcplay", NULL))
    164164                        {
    165                                 if((checkbox("ATEMIO520") != 1 && checkbox("ATEMIO530") != 1 && status.timeshifttype == 1) || ostrcmp(getconfig("remotecontrol", NULL), "1") == 1)
     165                                if(((checkbox("ATEMIO520") != 1 && checkbox("ATEMIO530") != 1) || ostrcmp(getconfig("remotecontrol", NULL), "1") == 1)  && status.timeshifttype == 1)
    166166                                {
    167167                                        if(status.playing == 0 || (status.playspeed == 0 && status.slowspeed == 0 && status.pause == 0))
Note: See TracChangeset for help on using the changeset viewer.