# HG changeset patch # User Tim Ringenbach # Date 1086117394 0 # Node ID dabfa4184db8c5227144c41bfffb22bf1fe69d37 # Parent 31be05742be914790d108dc0bc4bec07841d8627 [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 diff -r 31be05742be9 -r dabfa4184db8 src/util.c --- 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 '<':