changeset 832fa903871f in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=832fa903871f
description: Ability to copy LaTeX expressions. Fixes #5451

diffstat:

 src/conversation_textview.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ec5edf22c16 -r 832fa903871f src/conversation_textview.py
--- a/src/conversation_textview.py      Wed Nov 18 21:32:10 2009 +0100
+++ b/src/conversation_textview.py      Tue Dec 29 00:01:55 2009 +0100
@@ -1126,7 +1126,7 @@
                        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
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to