diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-09-30 23:13:22 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-09-30 23:13:22 +0000 |
| commit | dd29c93c225fc22f778e235c1e4a6310ad21ce6f (patch) | |
| tree | de3adbb10c80cfaadfe422f2a9dc941ae804ce66 /lib/python | |
| parent | 7cdca2a2cfb44ad34a3b36fb589f02b861c411c3 (diff) | |
| download | enigma2-dd29c93c225fc22f778e235c1e4a6310ad21ce6f.tar.gz enigma2-dd29c93c225fc22f778e235c1e4a6310ad21ce6f.zip | |
fix
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/SimpleSummary.py | 2 |
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" /> |
