changeset 29d2fc8db4c4 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=29d2fc8db4c4
description: fix for showing URL in chat banner. Fixes #6856

diffstat:

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

diffs (12 lines):

diff -r 89ee48c11c9a -r 29d2fc8db4c4 src/chat_control.py
--- a/src/chat_control.py       Wed Apr 06 21:56:42 2011 +0200
+++ b/src/chat_control.py       Tue Apr 12 16:30:26 2011 +0200
@@ -1912,7 +1912,7 @@
 
         if status_escaped:
             status_text = self.urlfinder.sub(self.make_href, status_escaped)
-            status_text = '<span %s>%s</span>' % (font_attrs_small, 
status_escaped)
+            status_text = '<span %s>%s</span>' % (font_attrs_small, 
status_text)
             self.banner_status_label.set_tooltip_text(status)
             self.banner_status_label.set_no_show_all(False)
             self.banner_status_label.show()
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to