self.onShown.append(self.onCreate)
def onCreate(self):
- self.setEvent(self.event)
self.setService(self.currentService)
+ self.setEvent(self.event)
def prevEvent(self):
if self.cbFunc is not None:
print "Timeredit aborted"
def setService(self, service):
+
self.currentService=service
if self.isRecording:
self["channel"].setText(_("Recording"))
# search similar broadcastings
ret = epgcache.search(('NB', 100, eEPGCache.SIMILAR_BROADCASTINGS_SEARCH, refstr, id))
if ret is not None:
- text += '\n\n' + _('Similar broadcastings:')
+ text += '\n\n' + _('Similar broadcasts:')
ret.sort(self.sort_func)
for x in ret:
t = localtime(x[1])