X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/961fcb6cec16091f610dec1f019d43b6096e7390..2c34a36b091994d17a50001faba2f1609c1a6231:/lib/components/scan.cpp diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp index 5355208f..2870388a 100644 --- a/lib/components/scan.cpp +++ b/lib/components/scan.cpp @@ -106,8 +106,8 @@ int eComponentScan::start(int feid, int flags) } std::list > list; - - m_scan = new eDVBScan(channel, true); + + m_scan = new eDVBScan(channel); m_scan->connectEvent(slot(*this, &eComponentScan::scanEvent), m_scan_event_connection); m_scan->start(m_initial, flags);