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

Origin commit data
------------------
Branch: ni/coolstream
Commit: a6b585f880
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-27 12:16:59 +03:00
parent fe2c7e7375
commit 3aec5fb0ed

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;