Skip to content
Snippets Groups Projects
Commit 5b56308c authored by nkour's avatar nkour
Browse files

add an empty line after we print subject

parent 76139fef
No related branches found
No related tags found
No related merge requests found
......@@ -596,6 +596,7 @@ class ConversationTextview(gtk.TextView):
subject = _('Subject: %s\n') % subject
end_iter = buffer.get_end_iter()
buffer.insert(end_iter, subject)
self.print_empty_line()
# detect urls formatting and if the user has it on emoticons
index = self.detect_and_print_special_text(text, jid, text_tags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment