From 2b9a9d70b79d11b1d759da4b72070e8f787b8cec Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 18 Feb 2013 19:11:38 +0100 Subject: Enable lirc, when VDR remote is disabled. --- play.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'play.cpp') diff --git a/play.cpp b/play.cpp index 8c9ecc9..5d089d1 100644 --- a/play.cpp +++ b/play.cpp @@ -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 -- cgit v1.2.3