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-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=5f808a16079e84f0a6f5b88a62faffc12d74a5e3;p=vuplus_dvbapp 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 76f0d33..e953d8f 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)