- minor bugfix (allow empty content)
[enigma2.git] / mytest.py
index e4a722ac3cc265c527271649b03ac83c85e7a650..edaf24a5e79111f8dfd2d821e3c8a9102d2d5fda 100644 (file)
--- 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()