git.cweiske.de
/
enigma2-curlytx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2576cb6
)
remove help from help since that crashes enigma2
author
Christian Weiske
<
[email protected]
>
Thu, 29 Aug 2013 04:30:59 +0000
(06:30 +0200)
committer
Christian Weiske
<
[email protected]
>
Thu, 29 Aug 2013 04:30:59 +0000
(06:30 +0200)
src/CurlyTx.py
patch
|
blob
|
history
diff --git
a/src/CurlyTx.py
b/src/CurlyTx.py
index c97373af24e95b916f6320d1b70d95be6efbf25a..8e18c0f6eb946092fe17cfa580e1fa71c78c55be 100644
(file)
--- a/
src/CurlyTx.py
+++ b/
src/CurlyTx.py
@@
-106,9
+106,6
@@
class CurlyTx(Screen,HelpableScreen):
self.helpList.append((
self["actions"], "WizardActions",
[("back", _("Close window"))]))
- self.helpList.append((
- self["actions"], "HelpActions",
- [("displayHelp", _("Show this help screen"))]))
def loadButtons(self):
pageCount = len(config.plugins.CurlyTx.pages)