From 92e521a30c214ac2e65c6fb68401e90196a6c88b Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 19 Jun 2007 23:39:28 +0000 Subject: whitespace fixup --- lib/python/Components/Sources/List.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/Sources') 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() -- cgit v1.2.3