From e842a38f4bb3bc88f1ebdf9a4f6550b80edbe89b Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Tue, 28 Nov 2017 20:16:05 +0530 Subject: gtv: Width, height properties should not be construct only Change-Id: I2d1b29f52c1fe0449cf9afe47c509ef6250804a8 (cherry picked from commit cc05f8d9d27a8b28421a91cbfb059898d9619974) --- libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'libreofficekit') 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(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(G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); g_object_class_install_properties (G_OBJECT_CLASS(klass), PROP_LAST, properties); -- cgit