From 89db427d713a8704e632776a1d7a628123cc82ff Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 29 Jul 2013 14:01:56 +0100 Subject: 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 --- libempathy-gtk/empathy-individual-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-individual-widget.c') 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); -- cgit v1.2.3