From: ghost Date: Mon, 29 Mar 2010 10:16:38 +0000 (+0200) Subject: ChannelSelection.py: fix typo X-Git-Tag: 3.0.0~28^2~66^2~18^2~4 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4e9abcf682b3aa8ff8ddf2fcb63e6d9f329f72fa ChannelSelection.py: fix typo --- 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()