* [gentoo-commits] gentoo-x86 commit in net-im/gajim/files: 0.14.1-link.patch
@ 2011-04-13 14:05 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-04-13 14:05 UTC (permalink / raw
To: gentoo-commits
jlec 11/04/13 14:05:42
Added: 0.14.1-link.patch
Log:
Removed uneeded dep on sexy-python, backport clickable link in status message patch, #363289
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.1 net-im/gajim/files/0.14.1-link.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/files/0.14.1-link.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/files/0.14.1-link.patch?rev=1.1&content-type=text/plain
Index: 0.14.1-link.patch
===================================================================
src/chat_control.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/chat_control.py b/src/chat_control.py
index e59a871..c34f86a 100644
--- a/src/chat_control.py
+++ b/src/chat_control.py
@@ -1912,7 +1912,7 @@ class ChatControl(ChatControlBase):
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()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-13 14:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 14:05 [gentoo-commits] gentoo-x86 commit in net-im/gajim/files: 0.14.1-link.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox