aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-19 18:30:19 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-19 18:30:19 +0000
commit5f808a16079e84f0a6f5b88a62faffc12d74a5e3 (patch)
tree7ab51a06c4fec30b54fe6542deb83d7258a056fd
parent5763b994b39952bc06a75e634b4418f13b0aeaf2 (diff)
downloadenigma2-5f808a16079e84f0a6f5b88a62faffc12d74a5e3.tar.gz
enigma2-5f808a16079e84f0a6f5b88a62faffc12d74a5e3.zip
comment out assertion as long no other solution for recursive close all open windows is available
(used in ChannelSelection when service is added to specific bouquet via Context Menu, and used in MultiEPG when press exit after zap to specific service)
-rw-r--r--mytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mytest.py b/mytest.py
index 76f0d333..e953d8f3 100644
--- a/mytest.py
+++ b/mytest.py
@@ -278,7 +278,7 @@ class Session:
# after close of the top dialog, the underlying will
# gain focus again (for a short time), thus triggering
# the onExec, which opens the dialog again, closing the loop.
- assert screen == self.current_dialog
+ # assert screen == self.current_dialog
self.current_dialog.returnValue = retval
self.delay_timer.start(0, 1)