asyncio-glib icon indicating copy to clipboard operation
asyncio-glib copied to clipboard

Potential fix for issue #3

Open talljosh opened this issue 5 years ago • 1 comments

This change fixes my issue in #3.

I haven't done any testing to see if a broader fix might be needed (e.g., do call_later() calls suffer from the same issue if they're called from within a Gtk signal handler?)

talljosh avatar Apr 11 '20 12:04 talljosh

I think that the quit calls don't need is_running guards -- my PR #7 can do without (even when two simultaneous events are processed, or the events don't originate in a GLib main loop execution), so probably this can as well.

chrysn avatar Jun 26 '20 16:06 chrysn