[gtk/wip/sadiq/fixes] overlay: Use the right property variable name
- From: Mohammed Sadiq <pksadiq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/sadiq/fixes] overlay: Use the right property variable name
- Date: Mon, 11 Jun 2018 12:13:00 +0000 (UTC)
commit 9a979e3fece8d33cb69acc992bbb6f7c07ecc3e9
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date: Mon Jun 11 17:40:05 2018 +0530
overlay: Use the right property variable name
gtk/gtkoverlay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]