Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation_textview.py')
-rw-r--r--src/conversation_textview.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index a5fcdb5fb..4dac1af24 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -1236,3 +1236,5 @@ class ConversationTextview:
# add the rest of text located in the index and after
end_iter = buffer.get_end_iter()
buffer.insert_with_tags_by_name(end_iter, text[index:], *text_tags)
+
+# vim: se ts=3: \ No newline at end of file