diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-19 18:30:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-19 18:30:19 +0000 |
| commit | 5f808a16079e84f0a6f5b88a62faffc12d74a5e3 (patch) | |
| tree | 7ab51a06c4fec30b54fe6542deb83d7258a056fd /mytest.py | |
| parent | 5763b994b39952bc06a75e634b4418f13b0aeaf2 (diff) | |
| download | enigma2-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)
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
