gtkapplication-quartz: fix typo

Fixes #5807
This commit is contained in:
Luca Bacci
2023-05-05 16:26:26 +02:00
parent 6f9c4c894d
commit c7523cecf1

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",