diff options
Diffstat (limited to 'libempathy-gtk/empathy-theme.c')
-rw-r--r-- | libempathy-gtk/empathy-theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme.c b/libempathy-gtk/empathy-theme.c index d68b72f02..1e0e9895d 100644 --- a/libempathy-gtk/empathy-theme.c +++ b/libempathy-gtk/empathy-theme.c @@ -39,7 +39,7 @@ #define SEPARATOR "([^,;\?><()\\ ])" #define BODY "([^\\ ]*(\\\\ )?)+" #define URI_REGEX "("SHEMES"://"BODY SEPARATOR")" \ - "|((mailto:)?"BODY"@"BODY"."BODY SEPARATOR")"\ + "|((mailto:)?"BODY"@"BODY"\\."BODY SEPARATOR")"\ "|((www|ftp)."BODY SEPARATOR")" static GRegex *uri_regex = NULL; |