diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-13 14:05:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-13 14:05:42 +0000 |
commit | fc89b2b92d147980c89a2720d4d0df2b5119778e (patch) | |
tree | 9774bd902676ed8db471a4ceab6765467ab3f5a9 /net-im/gajim/files | |
parent | Cherrypick upstream patch to fix gcc-4.6 build failure wrt #363463 by Diego E... (diff) | |
download | historical-fc89b2b92d147980c89a2720d4d0df2b5119778e.tar.gz historical-fc89b2b92d147980c89a2720d4d0df2b5119778e.tar.bz2 historical-fc89b2b92d147980c89a2720d4d0df2b5119778e.zip |
Removed uneeded dep on sexy-python, backport clickable link in status message patch, #363289
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'net-im/gajim/files')
-rw-r--r-- | net-im/gajim/files/0.14.1-link.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-im/gajim/files/0.14.1-link.patch b/net-im/gajim/files/0.14.1-link.patch new file mode 100644 index 000000000000..9f4bb6ee5936 --- /dev/null +++ b/net-im/gajim/files/0.14.1-link.patch @@ -0,0 +1,16 @@ + 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() |