mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
system/settings.cpp: init scanType as default CServiceScan::SCAN_TVRADIO
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14bc16e674
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <system/settings.h>
|
||||
|
||||
#include <zapit/settings.h>
|
||||
#include <zapit/satconfig.h>
|
||||
#include <zapit/scan.h>
|
||||
#include <gui/personalize.h>
|
||||
|
||||
//enum PERSONALIZE_SETTINGS to find in settings.h
|
||||
@@ -106,7 +106,7 @@ CScanSettings::CScanSettings(void)
|
||||
{
|
||||
delivery_system = DVB_S;
|
||||
bouquetMode = CZapitClient::BM_UPDATEBOUQUETS;
|
||||
scanType = CZapitClient::ST_ALL;
|
||||
scanType = CServiceScan::SCAN_TVRADIO;
|
||||
strcpy(satNameNoDiseqc, "none");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user