1bb0e1b9fc
Unlike in previous GTK version (or Clutter), destroy() no longer breaks reference cycles but just releases the reference held by GTK itself. So any reference we hold - either the explicit property or any signal handlers that bind the window as `this` - prevents the window from being disposed when closed, and the application won't quit. Work around this by explicitly running dispose() on the window when it is removed from the application. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495> |
||
---|---|---|
.. | ||
extensions-app | ||
extensions-tool | ||
gvc@7a621180b4 | ||
shew |