aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-string-parser.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-03-04 23:28:56 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-03-04 23:28:56 +0800
commit7c9a7e0a126322fea64c7a4dfcd455400cafcbe8 (patch)
tree3870518a913af84dd43313045232e5ec7b55090a /libempathy-gtk/empathy-string-parser.c
parent207c3bdd45e280beb019153ca6c844178f6e331a (diff)
downloadgsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.tar
gsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.tar.gz
gsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.tar.bz2
gsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.tar.lz
gsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.tar.xz
gsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.tar.zst
gsoc2013-empathy-7c9a7e0a126322fea64c7a4dfcd455400cafcbe8.zip
Add a comment explaining what does empathy_add_link_markup, and don't make parser list static
Diffstat (limited to 'libempathy-gtk/empathy-string-parser.c')
-rw-r--r--libempathy-gtk/empathy-string-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-string-parser.c b/libempathy-gtk/empathy-string-parser.c
index 1f9f5f2ab..fa56a2d42 100644
--- a/libempathy-gtk/empathy-string-parser.c
+++ b/libempathy-gtk/empathy-string-parser.c
@@ -194,7 +194,7 @@ empathy_string_replace_escaped (const gchar *text,
gchar *
empathy_add_link_markup (const gchar *text)
{
- static EmpathyStringParser parsers[] = {
+ EmpathyStringParser parsers[] = {
{empathy_string_match_link, empathy_string_replace_link},
{empathy_string_match_all, empathy_string_replace_escaped},
{NULL, NULL}