aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-widget.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-29 21:01:56 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit89db427d713a8704e632776a1d7a628123cc82ff (patch)
tree72b28e9fd4260461ce4f7e9f59097f67e36c2d06 /libempathy-gtk/empathy-individual-widget.c
parentd9f45de3b3da70e5d047313e0abb816d9f2fca3f (diff)
downloadgsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.gz
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.bz2
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.lz
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.xz
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.zst
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.zip
string-parser: move everything except for _match_smiley(), to tp-aw
empathy_string_match_smiley() depends on other files and it's not needed by tp-account-widgets, so we can leave it in libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-individual-widget.c')
-rw-r--r--libempathy-gtk/empathy-individual-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c
index 8910954f7..728f4143a 100644
--- a/libempathy-gtk/empathy-individual-widget.c
+++ b/libempathy-gtk/empathy-individual-widget.c
@@ -1302,7 +1302,7 @@ notify_presence_cb (gpointer folks_object,
}
if (message != NULL)
- markup_text = empathy_add_link_markup (message);
+ markup_text = tpaw_add_link_markup (message);
gtk_label_set_markup (GTK_LABEL (status_label), markup_text);
g_free (markup_text);