git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21f1d8
)
allow generic override of SimpleSummary
author
Felix Domke
<
[email protected]
>
Tue, 8 Jan 2008 14:52:33 +0000
(14:52 +0000)
committer
Felix Domke
<
[email protected]
>
Tue, 8 Jan 2008 14:52:33 +0000
(14:52 +0000)
lib/python/Screens/SimpleSummary.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/SimpleSummary.py
b/lib/python/Screens/SimpleSummary.py
index 50140a9938b3cb16984dfff1efd7202704016938..22fd83e000fc1bc372bb43d2c3e7eb14991cea78 100644
(file)
--- a/
lib/python/Screens/SimpleSummary.py
+++ b/
lib/python/Screens/SimpleSummary.py
@@
-18,8
+18,10
@@
class SimpleSummary(Screen):
names = [names]
self.skinName = [ x + "_summary" for x in names ]
+ self.skinName.append("SimpleSummary")
+
self["Clock"] = ObsoleteSource(new_source = "global.CurrentTime", removal_date = "2008-01")
- self["Title"] = Label(parent.title)
+ self["Title"] = Label(parent.title
or ""
)
def setTitle(self, title):
self["Title"].setText(title)