overlay: Use the right property variable name

This commit is contained in:
Mohammed Sadiq 2018-06-11 17:40:05 +05:30
parent b22f45b2f6
commit 0c57e3131f

View File

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