Changeset 38809
- Timestamp:
- 09/15/16 17:35:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r38808 r38809 549 549 continue; 550 550 } 551 if(rcret == getrcconfigint("rcexit", NULL) )551 if(rcret == getrcconfigint("rcexit", NULL) && status.infobar == 1) 552 552 { 553 553 if(status.timeshift == 1 && status.playing == 1) … … 1007 1007 continue; 1008 1008 } 1009 if(rcret == getrcconfigint("rcrecall", NULL) || (status.play == 0 && status.pause == 0 && getrcconfigint("rcrecall", NULL) == 0 && rcret == getrcconfigint("rcexit", NULL)))1009 if(rcret == getrcconfigint("rcrecall", NULL) || rcret == getrcconfigint("rcexit", NULL)) 1010 1010 { 1011 1011 subtitlepause(1);
Note: See TracChangeset
for help on using the changeset viewer.