changeset 3a2269c112ad in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=3a2269c112ad
description: htmltextview. jump to newline if inline element started. Fixes 
#6880

diffstat:

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

diffs (12 lines):

diff -r 83e7b7f1c792 -r 3a2269c112ad src/htmltextview.py
--- a/src/htmltextview.py       Sun May 01 18:31:44 2011 +0200
+++ b/src/htmltextview.py       Tue May 17 18:57:37 2011 +0400
@@ -753,7 +753,7 @@
         elif name in ('a', 'img', 'body', 'html'):
             pass
         elif name in INLINE:
-            pass
+            self._jump_line()
         else:
             warnings.warn('Unhandled element "%s"' % name)
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to