diff options
Diffstat (limited to 'lib/python/Components/EventInfo.py')
| -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) |
