diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-01 22:47:52 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-01 22:47:52 +0000 |
| commit | a2eb4cb31c5df65b943b68a9aa0a376655631143 (patch) | |
| tree | 0ff503b9ec1902c6cb7c0b661ef9f80a8c8972e8 /lib/dvb/pmt.cpp | |
| parent | fd3907a524f62d3077fbf4b551ca24f0260371ef (diff) | |
| download | enigma2-a2eb4cb31c5df65b943b68a9aa0a376655631143.tar.gz enigma2-a2eb4cb31c5df65b943b68a9aa0a376655631143.zip | |
the scan should now work for scanning dish network .. they use the SDT OTHER
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 5301df9b..3b7a376f 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -501,7 +501,7 @@ int eDVBServicePMTHandler::tune(eServiceReferenceDVB &ref, int use_decode_demux, if (ref.path.empty()) { delete m_dvb_scan; - m_dvb_scan = new eDVBScan(m_channel, false); + m_dvb_scan = new eDVBScan(m_channel, false, false); m_dvb_scan->connectEvent(slot(*this, &eDVBServicePMTHandler::SDTScanEvent), m_scan_event_connection); } } else |
