summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-view.c b/src/web-view.c
index 0feaeb9..9604b17 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -571,7 +571,7 @@ mq_web_view_class_init(MqWebViewClass *klass)
obj_properties[PROP_TAB] = g_param_spec_pointer(
"tab", "MqTab", "Parent MqTab instance",
- G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB);
obj_properties[PROP_URI] = g_param_spec_string(
"uri", "URI", "URI to load",