From: Mohammed Sadiq Date: Mon, 11 Jun 2018 12:10:05 +0000 (+0530) Subject: overlay: Use the right property variable name X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~180 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c57e3131f0a282224b0a95a44ba502d6cbb8fcf;p=gtk4.git overlay: Use the right property variable name --- diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index 5142624343..90578ddc80 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -846,7 +846,7 @@ gtk_overlay_class_init (GtkOverlayClass *klass) * * Clip the overlay child widget so as to fit the parent */ - gtk_container_class_install_child_property (container_class, CHILD_PROP_PASS_THROUGH, + gtk_container_class_install_child_property (container_class, CHILD_PROP_CLIP_OVERLAY, g_param_spec_boolean ("clip-overlay", P_("Clip Overlay"), P_("Clip the overlay child widget so as to fit the parent"),