Fix hang in exception reporting dialog
commit0aa7ff0ea91756e8d93eae83a95260ea2d713664
authorTony Houghton <h@realh.co.uk>
Sat, 31 May 2008 14:43:05 +0000 (31 15:43 +0100)
committerThomas Leonard <talex5@gmail.com>
Sat, 31 May 2008 14:43:05 +0000 (31 15:43 +0100)
tree26e695da4d044a92965102a1bf668133b5ee48b0
parentf02d21cddb763dae14329900a43264e0f9050d99
Fix hang in exception reporting dialog

ROX-Lib's exception dialog often fails to work correctly. It appears,
but doesn't respond to any events, and neither does the rest of the
application. I don't think it always happens, but I haven't figured out
the circumstances of when it works and when it doesn't.

Note that this reverses a previous change (8c8822a3), so presumably the
code was like this for a reason. However, the reason wasn't documented
so let's just try it and see...
ROX-Lib2/python/rox/debug.py