diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-07-28 23:45:19 +0530 |
---|---|---|
committer | Pranav Kant <pranavk@collabora.co.uk> | 2017-10-02 10:57:36 +0530 |
commit | 686ac83f4028cc0bc96d23780654f45db2a9a347 (patch) | |
tree | 13cd2073fcbd6083260faa12ba03733366e7768d /libreofficekit/qa/gtktiledviewer | |
parent | 668e7d9da3e7e75142867f03e01cb16279acc543 (diff) |
lokdialog: this is a string
Change-Id: I7cb320a740cdb21da5a654cf99c887f5c7a8979d
Diffstat (limited to 'libreofficekit/qa/gtktiledviewer')
-rw-r--r-- | libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx b/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx index 31f16ae960b5..5b48bd1b9ed7 100644 --- a/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx +++ b/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx @@ -106,7 +106,7 @@ gtv_lok_dialog_get_property(GObject* object, guint propId, GValue* value, GParam g_value_set_object(value, priv->lokdocview); break; case PROP_DIALOG_ID: - g_value_set_pointer(value, priv->dialogid); + g_value_set_string(value, priv->dialogid); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, propId, pspec); |