diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-29 04:36:01 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-29 04:36:01 +0000 |
| commit | 2590d97005eecab111a4bf8476da9eb1c700654c (patch) | |
| tree | a220d519aae546a2cd6481004117e3de1d9a5c32 /mytest.py | |
| parent | cd621fe499141885e5a0d8b4e42a0f8a7f41a9ac (diff) | |
| download | enigma2-2590d97005eecab111a4bf8476da9eb1c700654c.tar.gz enigma2-2590d97005eecab111a4bf8476da9eb1c700654c.zip | |
- minor bugfix (allow empty content)
- allow tuples as list elements
- fake main menu
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ class Session: self.currentDialog = None def processDelay(self): - self.currentDialog.close() + self.currentDialog.doClose() if self.currentWindow != None: self.currentWindow.hide() |
