zapit/src/zapit.cpp: keep old defaults, channel name present in both bouquets and ubouquets

Origin commit data
------------------
Commit: a6b585f880
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)
This commit is contained in:
[CST] Focus
2014-10-27 12:16:59 +03:00
parent a116bc31b8
commit 7cbf846c4b

View File

@@ -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;