aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/scan.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-08 20:08:22 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-08 20:08:22 +0000
commitca7d92c97764d916bb8dd6731efa1ccff693b944 (patch)
treed5883fbc6b73cd2ce8bf4e85f64e26d26a605ac7 /lib/dvb/scan.cpp
parent4bbe1d7e132ead361bf179b8ee618bdaba2335dc (diff)
downloadenigma2-ca7d92c97764d916bb8dd6731efa1ccff693b944.tar.gz
enigma2-ca7d92c97764d916bb8dd6731efa1ccff693b944.zip
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
Diffstat (limited to 'lib/dvb/scan.cpp')
-rw-r--r--lib/dvb/scan.cpp5
1 files changed, 3 insertions, 2 deletions
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);
}
}