From cff109abb50acd3af95ba5a4cb8cf4674e71ce63 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 4 Apr 2021 13:35:55 +0100 Subject: [PATCH] Display text associated with an incoming image message --- delta-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delta-connection.c b/delta-connection.c index ffd69de..0273191 100644 --- a/delta-connection.c +++ b/delta-connection.c @@ -533,7 +533,7 @@ delta_recv_im(DeltaConnectionData *conn, dc_msg_t *msg) } image_id = purple_imgstore_add_with_id(data, length, filename); - text = g_strdup_printf("", image_id); + text = g_strdup_printf("
%s", image_id, text); } char *name = dc_contact_get_name(from);