aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-10-01 08:42:25 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-10-01 08:42:25 +0000
commit2d2f9e675246ff89b0a4bf0d7bc847206e3a8112 (patch)
treef01f68f3c86de123117579f65b04632017e8aec6 /lib/python
parentdd29c93c225fc22f778e235c1e4a6310ad21ce6f (diff)
downloadenigma2-2d2f9e675246ff89b0a4bf0d7bc847206e3a8112.tar.gz
enigma2-2d2f9e675246ff89b0a4bf0d7bc847206e3a8112.zip
add missing renderer
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/SimpleSummary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/SimpleSummary.py b/lib/python/Screens/SimpleSummary.py
index 54f8ef6b..411e2276 100644
--- a/lib/python/Screens/SimpleSummary.py
+++ b/lib/python/Screens/SimpleSummary.py
@@ -4,7 +4,7 @@ from Components.Sources.Source import ObsoleteSource
class SimpleSummary(Screen):
skin = """
<screen position="0,0" size="132,64">
- <widget source="global.CurrentTime" position="56,46" size="82,18" font="Regular;16">
+ <widget source="global.CurrentTime" render="Label" position="56,46" size="82,18" font="Regular;16">
<convert type="ClockToText">WithSeconds</convert>
</widget>
<widget name="Title" position="6,4" size="120,42" font="Regular;18" />