aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-29 12:16:38 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-04-10 11:42:14 +0200
commit70cecb0eca5bda9c3244509b5fc74b7b1a3d1133 (patch)
tree2dcd309324716f66423097e0daef71fdd7c25db5 /lib/python
parent5dbae0741ff365ad77c631060d08e76202719726 (diff)
downloadenigma2-70cecb0eca5bda9c3244509b5fc74b7b1a3d1133.tar.gz
enigma2-70cecb0eca5bda9c3244509b5fc74b7b1a3d1133.zip
ChannelSelection.py: fix typo
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 4ca6fa39..0895c9c2 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -449,7 +449,7 @@ class ChannelSelectionEdit:
if mutableAlternatives:
mutableAlternatives.setListName(name)
if mutableAlternatives.addService(cur_service.ref):
- print "add", cur_service.toString(), "to new alternatives failed"
+ print "add", cur_service.ref.toString(), "to new alternatives failed"
mutableAlternatives.flushChanges()
self.servicelist.addService(new_ref.ref, True)
self.servicelist.removeCurrent()