Skip to content
Snippets Groups Projects
Commit 32b3f683 authored by nkour's avatar nkour
Browse files

prevent a tb

parent e981cd56
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,8 @@ class HistoryWindow:
def add_new_line(self, contact_name, tim, kind, show, message):
'''add a new line in textbuffer'''
if not message: # None or ''
return
buf = self.history_buffer
end_iter = buf.get_end_iter()
......
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