From 9262e5481897560267651620c1b5307f4c36c1de Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 30 Jul 2007 20:46:03 +0000 Subject: [PATCH 1/1] fix --- lib/dvb/epgcache.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2