From 025c9ec4d13772b1e233a472ea90cc9ed0b27611 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 23 Jan 2009 13:52:40 +0000 Subject: Renamed G_STR_EMPTY to EMP_STR_EMPTY. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2249 --- libempathy/empathy-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 62cd1a81b..dc17353da 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -38,7 +38,7 @@ #include "empathy-contact.h" #define EMPATHY_GET_PRIV(obj,type) ((type##Priv*) ((type*)obj)->priv) -#define G_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0') +#define EMP_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0') G_BEGIN_DECLS -- cgit v1.2.3