changeset 9160:dabfa4184db8

[gaim-migrate @ 9944] nosnilmot fixed bug #958430 In a conversation window, when I received an URL containing a (, only the part before it is clickable. Example: http://fr.wikipedia.org/wiki/H%C3%A9l%C3%A8ne_(mythologie) the part (mythologie) is not in the clickable part of the URL. It should be. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 01 Jun 2004 19:16:34 +0000
parents 31be05742be9
children c3fa2ad099a2
files src/util.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.c	Tue Jun 01 19:06:00 2004 +0000
+++ b/src/util.c	Tue Jun 01 19:16:34 2004 +0000
@@ -1304,8 +1304,6 @@
 	switch (c) {
 	case ' ':
 	case ',':
-	case '(':
-	case ')':
 	case '\0':
 	case '\n':
 	case '<':