sms: fix setting full text in object
This commit is contained in:
@@ -1000,7 +1000,7 @@ assemble_sms (MMSms *self,
|
|||||||
|
|
||||||
/* If we got everything, assemble the text! */
|
/* If we got everything, assemble the text! */
|
||||||
g_object_set (self,
|
g_object_set (self,
|
||||||
"text", fulltext,
|
"text", fulltext->str,
|
||||||
"data", g_variant_new_from_data (G_VARIANT_TYPE ("ay"),
|
"data", g_variant_new_from_data (G_VARIANT_TYPE ("ay"),
|
||||||
fulldata->data,
|
fulldata->data,
|
||||||
fulldata->len * sizeof (guint8),
|
fulldata->len * sizeof (guint8),
|
||||||
|
Reference in New Issue
Block a user