aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/List.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-06-19 23:39:28 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-06-19 23:39:28 +0000
commit92e521a30c214ac2e65c6fb68401e90196a6c88b (patch)
tree9a188cf8553decdb43fbd67350cd77a8540acbb9 /lib/python/Components/Sources/List.py
parente0e3801ef273ba3e35a87a57e97967be39caae74 (diff)
downloadenigma2-92e521a30c214ac2e65c6fb68401e90196a6c88b.tar.gz
enigma2-92e521a30c214ac2e65c6fb68401e90196a6c88b.zip
whitespace fixup
Diffstat (limited to 'lib/python/Components/Sources/List.py')
-rw-r--r--lib/python/Components/Sources/List.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/List.py b/lib/python/Components/Sources/List.py
index 6d083f05..e141da59 100644
--- a/lib/python/Components/Sources/List.py
+++ b/lib/python/Components/Sources/List.py
@@ -31,7 +31,7 @@ to generate HTML."""
def selectionChanged(self, index):
if self.disable_callbacks:
return
-
+
for x in self.onSelectionChanged:
x()