talkatu/talkatu

2f95d8c8d2e8
Parents 06b60cbecd02
Children 3177361bc399
Add a newline before attachment previews
--- a/talkatu/talkatuhistorybuffer.c Fri Jan 31 08:39:41 2020 -0600
+++ b/talkatu/talkatuhistorybuffer.c Tue Feb 04 22:32:19 2020 -0600
@@ -72,6 +72,8 @@
d = (TalkatuHistoryBufferForeachAttachmentData *)data;
+ gtk_text_buffer_insert(d->buffer, d->iter, "\n", -1);
+
/* we have to create the anchor first so that we can add the attachment to
* it before it's inserted into the buffer.
*/