GNOME Bugzilla – Bug 573898
EncodingDialog: Closing the dialog box doesn't properly shutdown the rendering
Last modified: 2009-03-03 15:58:09 UTC
When closing the EncodingDialog by using the top-right close button, we don't properly shut down the rendering since it doesn't take the same codepath as when we hit the [DONE]/[CANCEL] button.
commit c3dc6b53955ba0f4a09f607c94231e39d7a22443 Author: Alessandro Decina <alessandro.decina@collabora.co.uk> Date: Tue Mar 3 16:56:35 2009 +0100 Handle delete-event in EncodingDialog. Fixes #573898.