From 778e07c733576c6ca23e75bfd05932159ec4dd29 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 22 May 2006 13:26:52 +0000 Subject: [PATCH] dont reset the "service new found flag" in sdt scan --- lib/dvb/pmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 4d48f86..16f9368 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -424,7 +424,7 @@ void eDVBServicePMTHandler::SDTScanEvent(int event) eDebug("no channel list"); else { - m_dvb_scan->insertInto(db); + m_dvb_scan->insertInto(db, true); eDebug("sdt update done!"); } break; -- 2.7.4