add an empty line after we print subject

This commit is contained in:
Nikos Kouremenos 2005-12-07 16:35:51 +00:00
parent 76139fefdc
commit 5b56308c68
1 changed files with 1 additions and 0 deletions

View File

@ -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)