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-gtk/empathy-individual-store.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-individual-store.c') diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c index 1fc0076a5..9b685ee5f 100644 --- a/libempathy-gtk/empathy-individual-store.c +++ b/libempathy-gtk/empathy-individual-store.c @@ -28,6 +28,7 @@ #include "empathy-individual-store.h" #include +#include #include "empathy-gtk-enum-types.h" #include "empathy-ui-utils.h" @@ -283,7 +284,7 @@ empathy_individual_store_add_individual (EmpathyIndividualStore *self, GeeSet *group_set = NULL; gboolean grouped = FALSE; - if (EMP_STR_EMPTY (folks_alias_details_get_alias ( + if (TPAW_STR_EMPTY (folks_alias_details_get_alias ( FOLKS_ALIAS_DETAILS (individual)))) return; -- cgit v1.2.3