From 6cdbf1a3525cd927dc9906c16dae8259916d8d14 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 25 Sep 2020 20:43:01 -0400 Subject: [PATCH] popup: Fix up a doc blurb The GdkPopup:autohide property was mis-documented. Fixes: #3197 --- gdk/gdkpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkpopup.c b/gdk/gdkpopup.c index 735567fc32..91772d3c18 100644 --- a/gdk/gdkpopup.c +++ b/gdk/gdkpopup.c @@ -94,7 +94,7 @@ gdk_popup_default_init (GdkPopupInterface *iface) g_object_interface_install_property (iface, g_param_spec_boolean ("autohide", P_("Autohide"), - P_("The parent surface"), + P_("Whether to hide on outside clicks"), FALSE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));