overlay: Use the right property variable name
authorMohammed Sadiq <sadiq@sadiqpk.org>
Mon, 11 Jun 2018 12:10:05 +0000 (17:40 +0530)
committerMohammed Sadiq <sadiq@sadiqpk.org>
Mon, 11 Jun 2018 12:13:16 +0000 (17:43 +0530)
gtk/gtkoverlay.c

index 51426243438eaba54827d5281b2dce62f8c4bb8a..90578ddc80e0404fbb0a6ea1ccf9debbac5dab04 100644 (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"),