mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
pictureviewer: fix display of eventlogos; we don't have the ENABLE_LCD4LINUX define
Origin commit data
------------------
Commit: 0b70770a22
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Origin message was:
------------------
- pictureviewer: fix display of eventlogos; we don't have the ENABLE_LCD4LINUX define
This commit is contained in:
@@ -560,11 +560,8 @@ bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &C
|
||||
|
||||
// add neccessary paths to v_path
|
||||
v_path.clear();
|
||||
if (lcd4l_mode){
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (lcd4l_mode)
|
||||
v_path.push_back(g_settings.lcd4l_logodir);
|
||||
#endif
|
||||
}
|
||||
v_path.push_back(g_settings.logo_hdd_dir);
|
||||
if (g_settings.logo_hdd_dir != LOGODIR_VAR)
|
||||
v_path.push_back(LOGODIR_VAR);
|
||||
|
Reference in New Issue
Block a user