aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-24 00:26:22 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-24 00:26:22 +0000
commit0e4ad9f439cb62be337025ad11cf87fc8f861e5e (patch)
tree844f2df3d258ad4b7ccf40526b058303519afc7d /lib/dvb/db.cpp
parentf2d8c971838696ff5f4f24717a24be4477b65373 (diff)
downloadenigma2-0e4ad9f439cb62be337025ad11cf87fc8f861e5e.tar.gz
enigma2-0e4ad9f439cb62be337025ad11cf87fc8f861e5e.zip
bugfix: no more remove any sat transponder when cable or terrestrial is
scanned and "remove services" is selected
Diffstat (limited to 'lib/dvb/db.cpp')
-rw-r--r--lib/dvb/db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp
index dd942490..31b70882 100644
--- a/lib/dvb/db.cpp
+++ b/lib/dvb/db.cpp
@@ -763,7 +763,7 @@ RESULT eDVBDB::removeServices(eDVBChannelID chid, unsigned int orbpos)
bool remove=true;
int system;
it->second.m_frontendParameters->getSystem(system);
- if ( orbpos != 0xFFFFFFFF && system == iDVBFrontend::feSatellite )
+ if ( system == iDVBFrontend::feSatellite )
{
eDVBFrontendParametersSatellite sat;
it->second.m_frontendParameters->getDVBS(sat);