git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
servicedvbrecord.cpp: add sanity check for tags
[enigma2.git]
/
lib
/
python
/
Components
/
Converter
/
ServiceName.py
diff --git
a/lib/python/Components/Converter/ServiceName.py
b/lib/python/Components/Converter/ServiceName.py
index 18b1f2a592b015233b2041868e56552b9cb27c5c..210c1aab3c225543c175d20330a1627d3423a438 100644
(file)
--- a/
lib/python/Components/Converter/ServiceName.py
+++ b/
lib/python/Components/Converter/ServiceName.py
@@
-47,5
+47,5
@@
class ServiceName(Converter, object):
text = property(getText)
def changed(self, what):
- if what[0] != self.CHANGED_SPECIFIC or what[1] in
[iPlayableService.evStart]
:
+ if what[0] != self.CHANGED_SPECIFIC or what[1] in
(iPlayableService.evStart,)
:
Converter.changed(self, what)