Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
8e0a6091 by Yann Leboulanger at 2018-09-24T07:37:06Z
fix displaying HTML content. Fixes #9210

- - - - -


1 changed file:

- gajim/conversation_textview.py


Changes:

=====================================
gajim/conversation_textview.py
=====================================
@@ -1275,7 +1275,7 @@ class ConversationTextview(GObject.GObject):
                 if name and (text.startswith('/me ') or 
text.startswith('/me\n')):
                     xhtml = xhtml.replace('/me', '<i>* %s</i>' % (name,), 1)
                 self.tv.display_html(xhtml, self.tv, self, iter_=iter_)
-                return
+                return iter_
             except Exception as error:
                 log.debug('Error processing xhtml: %s', error)
                 log.debug('with |%s|', xhtml)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8e0a60911ad2d732faa7de4bcf4a2b85e908bc29

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8e0a60911ad2d732faa7de4bcf4a2b85e908bc29
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to