mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- lcd4l: add and use wrapper functions to handle /tmp/lcd/menu
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -979,7 +979,7 @@ int CChannelList::show()
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
CLCD4l::getInstance()->RemoveFile("/tmp/lcd/menu");
|
||||
CLCD4l::getInstance()->RemoveMenuFile();
|
||||
#endif
|
||||
|
||||
if(!dont_hide){
|
||||
@@ -2264,7 +2264,7 @@ void CChannelList::updateVfd()
|
||||
#endif
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
CLCD4l::getInstance()->CreateFile("/tmp/lcd/menu", chan->getName().c_str(), g_settings.lcd4l_convert);
|
||||
CLCD4l::getInstance()->CreateMenuFile(chan->getName().c_str(), g_settings.lcd4l_convert);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user