From a6b585f880525e34fa956a65b95f67f994d59f1a Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 27 Oct 2014 12:16:59 +0300 Subject: [PATCH] zapit/src/zapit.cpp: keep old defaults, channel name present in both bouquets and ubouquets --- src/zapit/src/zapit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index 0dd19637b..aa348f18d 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -299,7 +299,7 @@ void CZapit::LoadSettings() voltageOff = configfile.getBool("voltageOff", 0); #endif config.saveLastChannel = configfile.getBool("saveLastChannel", true); - config.writeChannelsNames = configfile.getInt32("writeChannelsNames", 1); + config.writeChannelsNames = configfile.getInt32("writeChannelsNames", 3); /* FIXME Channels renum should be done for all channels atm. TODO*/ //config.makeRemainingChannelsBouquet = configfile.getBool("makeRemainingChannelsBouquet", 1); config.makeRemainingChannelsBouquet = 1;