XAppIconChooserDialog: Subclass GtkDialog, not XAppGtkWindow. (#195) The way we implement dialog.run() was causing issues when spawned from another dialog with its own event loop. This lets us rely on GtkDialog's handling for this, and allows us to run it non-blocking, and have a 'response' signal like any other dialog.