diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-18 03:05:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-18 03:05:48 +0000 |
| commit | f0e1b80951da0abaf76f30be756b7b3a48ea6f08 (patch) | |
| tree | fd42eb15e321bc42394af99cef959df14e038883 /lib/python | |
| parent | 3803ee9372af957b2fa7e3edd39a0d5f703ab7ab (diff) | |
| download | enigma2-f0e1b80951da0abaf76f30be756b7b3a48ea6f08.tar.gz enigma2-f0e1b80951da0abaf76f30be756b7b3a48ea6f08.zip | |
fix newline
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/EventInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 6202fb8b..36a5aa4d 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -64,4 +64,4 @@ class EventInfoProgress(PerServiceDisplayProgress, EventInfo): self.setValue(progress) def stopEvent(self): - self.setValue(0)
\ No newline at end of file + self.setValue(0) |
