summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-11-28 20:16:05 +0530
committerAndras Timar <andras.timar@collabora.com>2018-03-19 14:55:58 +0100
commite842a38f4bb3bc88f1ebdf9a4f6550b80edbe89b (patch)
treea854072eecd91c56ab0a965c90043c5194448696 /libreofficekit
parentab3afeae13338574ed63ff15bdc5f8657bd1ed5d (diff)
gtv: Width, height properties should not be construct only
Change-Id: I2d1b29f52c1fe0449cf9afe47c509ef6250804a8 (cherry picked from commit cc05f8d9d27a8b28421a91cbfb059898d9619974)
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx b/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx
index 74cb58e09d48..9cad1e8fb117 100644
--- a/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx
@@ -459,7 +459,6 @@ gtv_lok_dialog_class_init(GtvLokDialogClass* klass)
"Dialog width",
0, 1024, 0,
static_cast<GParamFlags>(G_PARAM_READWRITE |
- G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));
properties[PROP_DIALOG_HEIGHT] = g_param_spec_uint("height",
@@ -467,7 +466,6 @@ gtv_lok_dialog_class_init(GtvLokDialogClass* klass)
"Dialog height",
0, 1024, 0,
static_cast<GParamFlags>(G_PARAM_READWRITE |
- G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));
g_object_class_install_properties (G_OBJECT_CLASS(klass), PROP_LAST, properties);