mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
Merge branch 'master' into pu/fb-setmode
This commit is contained in:
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/lib/libconfigfile \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
$(FREETYPE_CFLAGS) \
|
||||
@FREETYPE_CFLAGS@ \
|
||||
@SIGC_CFLAGS@ \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
|
@@ -371,7 +371,9 @@ void CFEManager::saveSettings(bool write)
|
||||
void CFEManager::copySettings(CFrontend * from, CFrontend * to)
|
||||
{
|
||||
INFO("Copy settings fe %d -> fe %d", from->fenumber, to->fenumber);
|
||||
if (to->config.diseqcType != DISEQC_UNICABLE || to->config.diseqcType != DISEQC_UNICABLE2 || to->getMode() == CFrontend::FE_MODE_LINK_LOOP)
|
||||
if ((to->config.diseqcType != DISEQC_UNICABLE &&
|
||||
to->config.diseqcType != DISEQC_UNICABLE2) ||
|
||||
to->getMode() == CFrontend::FE_MODE_LINK_LOOP)
|
||||
to->config.diseqcType = from->config.diseqcType;
|
||||
|
||||
to->config.diseqcRepeats = from->config.diseqcRepeats;
|
||||
|
Reference in New Issue
Block a user