Changeset 38804 for titan


Ignore:
Timestamp:
09/15/16 16:14:14 (7 years ago)
Author:
obi
Message:

test rcrecall fallback to rcexit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r38592 r38804  
    10071007                        continue;
    10081008                }
    1009                 if(rcret == getrcconfigint("rcrecall", NULL))
     1009                if(rcret == getrcconfigint("rcrecall", NULL) || (status.play == 0 && status.pause == 0 && getrcconfigint("rcrecall", NULL) == NULL && rcret == getrcconfigint("rcexit", NULL)))
    10101010                {
    10111011                        subtitlepause(1);
Note: See TracChangeset for help on using the changeset viewer.