aboutsummaryrefslogtreecommitdiff
path: root/components.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-01-29 05:22:00 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-01-29 05:22:00 +0000
commit6b7b7977a92c9a092763bf699cba85347f9f2ec6 (patch)
tree473fbea9df91c570db54ec8e65d968e72c18a492 /components.py
parent2590d97005eecab111a4bf8476da9eb1c700654c (diff)
downloadenigma2-6b7b7977a92c9a092763bf699cba85347f9f2ec6.tar.gz
enigma2-6b7b7977a92c9a092763bf699cba85347f9f2ec6.zip
- add fake "main menu"
- enable grc threading - disable some debug - dialog stacks
Diffstat (limited to 'components.py')
-rw-r--r--components.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components.py b/components.py
index 76423387..bd4c068f 100644
--- a/components.py
+++ b/components.py
@@ -60,7 +60,7 @@ class GUISkin:
# way of having refcounted objects. So it must be in python.)
#
# It could be possible that you're calling deleteGUIscreen trough a call of
- # a PSignal. For example, you could try to call session.close() in response
+ # a PSignal. For example, you could try to call screen.doClose() in response
# to a Button::click. This will fail. (It wouldn't work anyway, as you would
# remove a dialog while running it. It never worked - enigma1 just set a
# per-mainloop variable on eWidget::close() to leave the exec()...)