summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2018-06-11 17:40:05 +0530
committerMohammed Sadiq <sadiq@sadiqpk.org>2018-06-11 17:43:16 +0530
commit0c57e3131f0a282224b0a95a44ba502d6cbb8fcf (patch)
tree15bd61d8388532e76e4e9fc9128f2a0a0301c079
parentb22f45b2f678840db63b83d77cf72013903bfe9e (diff)
downloadgtk+-0c57e3131f0a282224b0a95a44ba502d6cbb8fcf.tar.gz
overlay: Use the right property variable name
-rw-r--r--gtk/gtkoverlay.c2
1 files changed, 1 insertions, 1 deletions
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"),