Merge branch 'fix-typo' into 'main'

gtkapplication-quartz: fix typo

Closes #5807

See merge request GNOME/gtk!5920
This commit is contained in:
Matthias Clasen 2023-05-05 15:39:46 +00:00
commit 63713c3b68

View File

@ -227,7 +227,7 @@ gtk_application_impl_quartz_active_window_changed (GtkApplicationImpl *impl,
* Without this, we might hold on to a reference of the window
* preventing it from getting disposed.
*/
if (window != NULL && !g_object_get_data (G_OBJECT (window), "quartz-muxer-umap"))
if (window != NULL && !g_object_get_data (G_OBJECT (window), "quartz-muxer-unmap"))
{
gulong handler_id = g_signal_connect_object (window,
"unmap",