diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:56:55 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:56:55 +0000 |
| commit | 517b078279276fa715d53a8b8a364078546c4610 (patch) | |
| tree | ee4e572985fe0598a4d42a9befea0bb910a20919 /lib/python/Components | |
| parent | 534b74c472193e55d2eb84099f8f810abe62ecf0 (diff) | |
| download | enigma2-517b078279276fa715d53a8b8a364078546c4610.tar.gz enigma2-517b078279276fa715d53a8b8a364078546c4610.zip | |
fix comment
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Renderer/Listbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Renderer/Listbox.py b/lib/python/Components/Renderer/Listbox.py index 4ccc0a40..d784b614 100644 --- a/lib/python/Components/Renderer/Listbox.py +++ b/lib/python/Components/Renderer/Listbox.py @@ -4,7 +4,7 @@ from Tools.Event import Event from enigma import eListbox -# the listbox renderer is the listbox, but no listbox content +# the listbox renderer is the listbox, but no listbox content. # the content will be provided by the source (or converter). # the source should emit the 'changed' signal whenever |
