From b26b207dff3695a9b0e11915883520f738da3dfa Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 6 Mar 2009 11:52:11 +0000 Subject: Changed some G_STR_EQUALs to EMP_STR_EQUAL. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2594 --- libempathy/empathy-log-store-empathy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index e9cf887b2..2930aceb5 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.c @@ -203,7 +203,7 @@ log_store_empathy_add_message (EmpathyLogStore *self, body_str = empathy_message_get_body (message); msg_type = empathy_message_get_tptype (message); - if (G_STR_EMPTY (body_str)) + if (EMP_STR_EMPTY (body_str)) return FALSE; filename = log_store_empathy_get_filename (self, account, chat_id, chatroom); @@ -475,7 +475,7 @@ log_store_empathy_get_messages_for_file (EmpathyLogStore *self, sender = empathy_contact_new_full (account, sender_id, sender_name); empathy_contact_set_is_user (sender, is_user); - if (!G_STR_EMPTY (sender_avatar_token)) + if (!EMP_STR_EMPTY (sender_avatar_token)) empathy_contact_load_avatar_cache (sender, sender_avatar_token); @@ -556,7 +556,7 @@ log_store_empathy_search_new (EmpathyLogStore *self, gchar *text_casefold; g_return_val_if_fail (EMPATHY_IS_LOG_STORE (self), NULL); - g_return_val_if_fail (!G_STR_EMPTY (text), NULL); + g_return_val_if_fail (!EMP_STR_EMPTY (text), NULL); text_casefold = g_utf8_casefold (text, -1); -- cgit v1.2.3