Skip to content

master.lmde7

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jan 02:14
ec727b7
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.