summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-11-28 20:16:05 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-11-28 20:16:05 +0530
commite262cf2eba1a9098297ee1e7a3a59d51def4b71e (patch)
tree29bdad9d1d1a01218f668ca78dc86753511845cf
parent9ad0c1815e137c55f2d356c46630e67570262196 (diff)
gtv: Width, height properties should not be construct onlyfeature/lok_dialog
Change-Id: I2d1b29f52c1fe0449cf9afe47c509ef6250804a8
-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);