diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-29 05:22:00 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-29 05:22:00 +0000 |
| commit | 6b7b7977a92c9a092763bf699cba85347f9f2ec6 (patch) | |
| tree | 473fbea9df91c570db54ec8e65d968e72c18a492 /components.py | |
| parent | 2590d97005eecab111a4bf8476da9eb1c700654c (diff) | |
| download | enigma2-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.py | 2 |
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()...) |
