From 961fcb6cec16091f610dec1f019d43b6096e7390 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 22 May 2006 13:19:24 +0000 Subject: do not ask to scan on tuner 0 when not needed --- 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 c21e8f4b..5355208f 100644 --- a/lib/components/scan.cpp +++ b/lib/components/scan.cpp @@ -8,7 +8,7 @@ DEFINE_REF(eComponentScan); void eComponentScan::scanEvent(int evt) { - eDebug("scan event %d!", evt); +// eDebug("scan event %d!", evt); if (evt == eDVBScan::evtFinish) { @@ -107,7 +107,7 @@ int eComponentScan::start(int feid, int flags) std::list > list; - m_scan = new eDVBScan(channel); + m_scan = new eDVBScan(channel, true); m_scan->connectEvent(slot(*this, &eComponentScan::scanEvent), m_scan_event_connection); m_scan->start(m_initial, flags); -- cgit v1.2.3