Changeset 25579 for titan/titan/infobar.h
- Timestamp:
- 01/10/14 11:49:41 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r25569 r25579 163 163 if(rcret == getrcconfigint("rcplay", NULL)) 164 164 { 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) 166 166 { 167 167 if(status.playing == 0 || (status.playspeed == 0 && status.slowspeed == 0 && status.pause == 0))
Note: See TracChangeset
for help on using the changeset viewer.