summaryrefslogtreecommitdiff
path: root/src/mcd-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-connection.c')
-rw-r--r--src/mcd-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index e04ff78f..e225da2c 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -2267,7 +2267,7 @@ _mcd_connection_set_tp_connection (McdConnection *connection,
if (!priv->tp_conn)
{
GHashTable *details = tp_asv_new (
- "debug-message", inner_error->message,
+ "debug-message", G_TYPE_STRING, inner_error->message,
NULL);
/* Constructing a TpConnection can only fail from invalid arguments,