diff options
author | Johns <johns98@gmx.net> | 2013-02-18 19:11:38 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-02-18 19:11:38 +0100 |
commit | 2b9a9d70b79d11b1d759da4b72070e8f787b8cec (patch) | |
tree | 3c941e4138c70baf28341e0e38cfc4a4ed5fcde3 /play.cpp | |
parent | fbb166c17b37eb01753a1bc41c0c004f3d85f053 (diff) | |
download | vdr-plugin-play-2b9a9d70b79d11b1d759da4b72070e8f787b8cec.tar.gz vdr-plugin-play-2b9a9d70b79d11b1d759da4b72070e8f787b8cec.tar.bz2 |
Enable lirc, when VDR remote is disabled.
Diffstat (limited to 'play.cpp')
-rw-r--r-- | play.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -60,7 +60,7 @@ static const char *MAINMENUENTRY = trNOOP("Play"); ////////////////////////////////////////////////////////////////////////////// static char ConfigHideMainMenuEntry; ///< hide main menu entry -static char ConfigDisableRemote; ///< disable remote during external play +char ConfigDisableRemote; ///< disable remote during external play static volatile int DoMakePrimary; ///< switch primary device to this @@ -1011,7 +1011,8 @@ eOSState cPlayMenu::ProcessKey(eKeys key) return osPlugin; // restart with OSD browser case osUser2: - Skins.Message(mtStatus, tr("Function not working yet, use 3 or 4")); + Skins.Message(mtStatus, + tr("Function not working yet, use 3 or 4")); return osContinue; case osUser5: // play audio cdrom |