aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-30 20:46:03 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-30 20:46:03 +0000
commit9262e5481897560267651620c1b5307f4c36c1de (patch)
treec0d86a67f1d2d41d205bb11f479104085059bf68 /lib/dvb/epgcache.cpp
parent206478da13d6fc553041d359db9023eadc6c9f7b (diff)
downloadenigma2-9262e5481897560267651620c1b5307f4c36c1de.tar.gz
enigma2-9262e5481897560267651620c1b5307f4c36c1de.zip
fix
Diffstat (limited to 'lib/dvb/epgcache.cpp')
-rw-r--r--lib/dvb/epgcache.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp
index 57501d8d..6758e4db 100644
--- a/lib/dvb/epgcache.cpp
+++ b/lib/dvb/epgcache.cpp
@@ -1874,6 +1874,8 @@ PyObject *eEPGCache::lookupEvent(ePyObject list, ePyObject convertFunc)
}
}
}
+ else
+ handleEvent(0, dest_list, argstring, argcount, service, nowTime, service_name, convertFunc, convertFuncArgs);
Unlock();
}
else