From 7eae2e49e62834cfff13cc2ee10b37eaff38a6fb Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Fri, 10 May 2013 16:58:34 +0100 Subject: tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- libempathy/empathy-tp-chat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-tp-chat.c') diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 4711affcb..e0fd4c2cb 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -21,6 +21,8 @@ #include "config.h" #include "empathy-tp-chat.h" +#include + #include "empathy-request-util.h" #include "empathy-utils.h" @@ -1115,7 +1117,7 @@ empathy_tp_chat_get_id (EmpathyTpChat *self) g_return_val_if_fail (EMPATHY_IS_TP_CHAT (self), NULL); id = tp_channel_get_identifier ((TpChannel *) self); - if (!EMP_STR_EMPTY (id)) + if (!TPAW_STR_EMPTY (id)) return id; else if (self->priv->remote_contact) return empathy_contact_get_id (self->priv->remote_contact); -- cgit v1.2.3