From 5f808a16079e84f0a6f5b88a62faffc12d74a5e3 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 19 Apr 2006 18:30:19 +0000 Subject: [PATCH 1/1] 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) --- mytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2