aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-09-30 23:13:22 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-09-30 23:13:22 +0000
commitdd29c93c225fc22f778e235c1e4a6310ad21ce6f (patch)
treede3adbb10c80cfaadfe422f2a9dc941ae804ce66 /lib/python
parent7cdca2a2cfb44ad34a3b36fb589f02b861c411c3 (diff)
downloadenigma2-dd29c93c225fc22f778e235c1e4a6310ad21ce6f.tar.gz
enigma2-dd29c93c225fc22f778e235c1e4a6310ad21ce6f.zip
fix
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 651d2e3d..54f8ef6b 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 name="global.CurrentTime" position="56,46" size="82,18" font="Regular;16">
+ <widget source="global.CurrentTime" 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" />