changeset 43:caa42301f520

fixed changeset 41:0a81ccfa1941
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 13 May 2008 02:22:05 +0900
parents 68db38b5b401
children 4f456c7150ed
files pidgin-twitter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Tue May 13 02:06:32 2008 +0900
+++ b/pidgin-twitter.c	Tue May 13 02:22:05 2008 +0900
@@ -531,7 +531,7 @@
          G_REGEX_RAW, 0, NULL);
     regp[EXCESS_MARKUP] =
         g_regex_new
-        ("<a href=\"http://twitter.com/([A-Za-z0-9_]+)\">\\1</a>", 0, 0,
+        ("<a href=\"http://twitter.com/([A-Za-z0-9_]+?)\">\\1</a>", 0, 0,
          NULL);
     regp[FONT_MARKUP] = g_regex_new("<font .+?>(.+?)</font>", 0, 0, NULL);
     regp[ATMARK_AFTER_A] = g_regex_new("(<a href=.+?>)@", 0, 0, NULL);