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

This commit is contained in:
[CST] Focus
2014-10-27 12:16:59 +03:00
parent e01f57395b
commit a6b585f880

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;