]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.c
Use TP_ERROR instead of TP_ERRORS
[empathy.git] / libempathy / empathy-tp-chat.c
index 390f9a533279b4575fec92354607090e41697f6d..b35290cde80cd290de9e40c561926cefd9032424 100644 (file)
@@ -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)