From d0193ecc58b6eab69b4c4d3c9667c50bfc033b49 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 May 2012 11:10:17 +0200 Subject: Use TP_ERROR instead of TP_ERRORS The latter has been deprecated in tp-glib master. --- libempathy/empathy-tp-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-tp-chat.c') diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 390f9a533..b35290cde 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -494,7 +494,7 @@ message_sent_cb (TpTextChannel *channel, static TpChannelTextSendError error_to_text_send_error (GError *error) { - if (error->domain != TP_ERRORS) + if (error->domain != TP_ERROR) return TP_CHANNEL_TEXT_SEND_ERROR_UNKNOWN; switch (error->code) -- cgit v1.2.3