From f28113385d46523c4cc9ee6a1fec643e04fe048d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 11 Oct 2017 17:24:12 -0400 Subject: MqWebView: Make tab property writable --- (limited to 'src') 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", -- cgit v0.9.1