changeset 71421b4797e7 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=71421b4797e7
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 db102f160008 -r 71421b4797e7 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
@@ -2063,7 +2063,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