From a2eb4cb31c5df65b943b68a9aa0a376655631143 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 1 Jun 2006 22:47:52 +0000 Subject: the scan should now work for scanning dish network .. they use the SDT OTHER --- lib/components/scan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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); -- cgit v1.2.3