X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-recpt-editor.c;h=3717363700bcb0877faa6be45539711f94cc0d6f;hp=14c8d11abc805b4f1896091986037826eb38c57f;hb=1f240a543af567aeac580bbd10d07f55f015c4cc;hpb=b2820dc1b13a08ff616aaf842c5f451353df0f38 diff --git a/src/widgets/modest-recpt-editor.c b/src/widgets/modest-recpt-editor.c index 14c8d11..3717363 100644 --- a/src/widgets/modest-recpt-editor.c +++ b/src/widgets/modest-recpt-editor.c @@ -322,7 +322,7 @@ modest_recpt_editor_replace_with_resolved_recipients (ModestRecptEditor *recpt_e if ((recipient) && (strlen (recipient) != 0)) { - if (!is_first_recipient) + if (!is_first_recipient || !gtk_text_iter_is_start(start)) gtk_text_buffer_insert (buffer, start, "\n", -1); gtk_text_buffer_insert_with_tags (buffer, start, recipient, -1, tag, NULL);