From 9b28153571d47b77c5082ece438db52bcab6e409 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 2 Mar 2022 00:33:13 -0800 Subject: [PATCH] macos: style cleanup --- gdk/macos/gdkmacospopupsurface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/macos/gdkmacospopupsurface.c b/gdk/macos/gdkmacospopupsurface.c index 5a2d7ed481..dc6610b398 100644 --- a/gdk/macos/gdkmacospopupsurface.c +++ b/gdk/macos/gdkmacospopupsurface.c @@ -275,7 +275,7 @@ _gdk_macos_popup_surface_class_init (GdkMacosPopupSurfaceClass *klass) object_class->get_property = _gdk_macos_popup_surface_get_property; object_class->set_property = _gdk_macos_popup_surface_set_property; - gdk_popup_install_properties (object_class, 1); + gdk_popup_install_properties (object_class, LAST_PROP); } static void -- 2.30.2