projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22f45b
)
overlay: Use the right property variable name
author
Mohammed Sadiq
<sadiq@sadiqpk.org>
Mon, 11 Jun 2018 12:10:05 +0000
(17:40 +0530)
committer
Mohammed Sadiq
<sadiq@sadiqpk.org>
Mon, 11 Jun 2018 12:13:16 +0000
(17:43 +0530)
gtk/gtkoverlay.c
patch
|
blob
|
history
diff --git
a/gtk/gtkoverlay.c
b/gtk/gtkoverlay.c
index 51426243438eaba54827d5281b2dce62f8c4bb8a..90578ddc80e0404fbb0a6ea1ccf9debbac5dab04 100644
(file)
--- 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"),