Skip to content
Snippets Groups Projects
Commit b0348386 authored by Brendan Taylor's avatar Brendan Taylor
Browse files

don't display weird image in chat window when latex fails

parent a72b1ced
No related branches found
No related tags found
No related merge requests found
......@@ -1150,8 +1150,8 @@ class ConversationTextview:
'', None)
imagepath = None
end_iter = buffer_.get_end_iter()
anchor = buffer_.create_child_anchor(end_iter)
if imagepath is not None:
anchor = buffer_.create_child_anchor(end_iter)
img = gtk.Image()
img.set_from_file(imagepath)
img.show()
......
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