From: Andreas Monzner Date: Wed, 19 Apr 2006 18:30:19 +0000 (+0000) Subject: comment out assertion as long no other solution for recursive close all open windows... X-Git-Tag: 2.6.0~3597 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5f808a16079e84f0a6f5b88a62faffc12d74a5e3?hp=5763b994b39952bc06a75e634b4418f13b0aeaf2 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) --- 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)