mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 16:03:36 +02:00
Merge branch 'cst-next' into nmp-cst-next
Origin commit data
------------------
Commit: 4edc580529
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-21 (Thu, 21 Jan 2016)
This commit is contained in:
@@ -404,8 +404,18 @@ void CVFD::showTime(bool force)
|
||||
recstatus = tmp_recstatus;
|
||||
}
|
||||
|
||||
void CVFD::showRCLock(int /*duration*/)
|
||||
void CVFD::showRCLock(int duration)
|
||||
{
|
||||
if (!has_lcd)
|
||||
{
|
||||
sleep(duration);
|
||||
return;
|
||||
}
|
||||
|
||||
std::string _text = text;
|
||||
ShowText(g_Locale->getText(LOCALE_RCLOCK_LOCKED));
|
||||
sleep(duration);
|
||||
ShowText(_text.c_str());
|
||||
}
|
||||
|
||||
void CVFD::showVolume(const char vol, const bool force_update)
|
||||
|
Reference in New Issue
Block a user