gtkagg backend main() not stopping after all windows closed

It appears the current svn trunk has a problem in that gtk.main() in
backend_gtk.py line 71 never returns, even after all windows have been
closed. To reproduce, run "python simple_plot.py -dGTKAgg" and close the
window. This does not happen with WXAgg or TkAgg.

-Andrew

Arg, while trying to debug another problem I commented out a relevant
line and forgot to uncomment. Should be fixed in 5790. Thanks for
the report.

JDH

ยทยทยท

On Fri, Jul 18, 2008 at 3:00 PM, Andrew Straw <strawman@...36...> wrote:

It appears the current svn trunk has a problem in that gtk.main() in
backend_gtk.py line 71 never returns, even after all windows have been
closed. To reproduce, run "python simple_plot.py -dGTKAgg" and close the
window. This does not happen with WXAgg or TkAgg.