aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-01-29 04:36:01 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-01-29 04:36:01 +0000
commit2590d97005eecab111a4bf8476da9eb1c700654c (patch)
treea220d519aae546a2cd6481004117e3de1d9a5c32 /mytest.py
parentcd621fe499141885e5a0d8b4e42a0f8a7f41a9ac (diff)
downloadenigma2-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mytest.py b/mytest.py
index e4a722ac..edaf24a5 100644
--- a/mytest.py
+++ b/mytest.py
@@ -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()