aboutsummaryrefslogtreecommitdiff
path: root/lib/components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-01 22:47:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-01 22:47:52 +0000
commita2eb4cb31c5df65b943b68a9aa0a376655631143 (patch)
tree0ff503b9ec1902c6cb7c0b661ef9f80a8c8972e8 /lib/components
parentfd3907a524f62d3077fbf4b551ca24f0260371ef (diff)
downloadenigma2-a2eb4cb31c5df65b943b68a9aa0a376655631143.tar.gz
enigma2-a2eb4cb31c5df65b943b68a9aa0a376655631143.zip
the scan should now work for scanning dish network .. they use the SDT OTHER
Diffstat (limited to 'lib/components')
-rw-r--r--lib/components/scan.cpp4
1 files changed, 2 insertions, 2 deletions
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<ePtr<iDVBFrontendParameters> > 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);