diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-02-24 23:55:14 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-02-25 00:29:17 +0800 |
commit | 1e878d27797a90e0602180972f1727caed6c87eb (patch) | |
tree | 2a0f4ee0f464f0c6414d30538e5885232d1f7597 /libempathy/empathy-utils.h | |
parent | b05a5abcc6842be084aa12632b8ddd8d11dfa485 (diff) | |
download | gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.gz gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.bz2 gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.lz gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.xz gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.zst gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.zip |
Use a appropriate unique name for Empathy unique app
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 859aed1e4..0fc6fc2a9 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -37,8 +37,6 @@ #define EMPATHY_GET_PRIV(obj,type) ((type##Priv *) ((type *) obj)->priv) #define EMP_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0') -#define EMPATHY_CLIENT_NAME "org.freedesktop.Telepathy.Client.Empathy" - G_BEGIN_DECLS void empathy_init (void); |