sms: fix setting full text in object

This commit is contained in:
Aleksander Morgado
2012-09-06 13:13:07 +02:00
parent 28c22ce8db
commit db457fdb46

View File

@@ -1000,7 +1000,7 @@ assemble_sms (MMSms *self,
/* If we got everything, assemble the text! */
g_object_set (self,
"text", fulltext,
"text", fulltext->str,
"data", g_variant_new_from_data (G_VARIANT_TYPE ("ay"),
fulldata->data,
fulldata->len * sizeof (guint8),