Ability to copy LaTeX expressions. Fixes #5451

This commit is contained in:
Yrogirg 2009-12-29 00:01:55 +01:00
parent 1f69b98cac
commit f9dbe1b4d6
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ class ConversationTextview(gobject.GObject):
end_iter = buffer_.get_end_iter()
if imagepath is not None:
anchor = buffer_.create_child_anchor(end_iter)
img = gtk.Image()
img = TextViewImage(anchor, special_text)
img.set_from_file(imagepath)
img.show()
# add