From ca7d92c97764d916bb8dd6731efa1ccff693b944 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 8 May 2006 20:08:22 +0000 Subject: fix "Clearall before scan" handling add ability to reset the newfound flag from single service via channellist context menu add ability to the newfound flags for all services from a "orbital position" via channellist context menu --- lib/dvb/scan.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/dvb/scan.cpp') diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index c44471d9..605128e7 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -498,8 +498,9 @@ void eDVBScan::insertInto(iDVBChannelList *db) { eDVBChannelID chid; if (m_flags & scanDontRemoveFeeds) - chid.dvbnamespace = eDVBNamespace((*it)<<16); - db->removeServices(chid, *it); + chid.dvbnamespace = eDVBNamespace((*x)<<16); + eDebug("remove %d %08x", *x, chid.dvbnamespace.get()); + db->removeServices(chid, *x); } } -- cgit v1.2.3