mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Merge branch 'fix-typo' into 'main'
gtkapplication-quartz: fix typo Closes #5807 See merge request GNOME/gtk!5920
This commit is contained in:
commit
63713c3b68
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user