aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.h
diff options
context:
space:
mode:
authorArnaud Maillet <arnaud.maillet@collabora.co.uk>2009-08-22 20:54:06 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-24 06:18:47 +0800
commitcd4e69ec454107edd7e6ef4b36d75a28e7588c77 (patch)
treeb64adbf99bfbae33b6a1488b020ad90ee9c7b209 /libempathy/empathy-debug.h
parent4e9b2251c70bd47c52806963a7cd9f6389240798 (diff)
downloadgsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.tar
gsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.tar.gz
gsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.tar.bz2
gsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.tar.lz
gsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.tar.xz
gsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.tar.zst
gsoc2013-empathy-cd4e69ec454107edd7e6ef4b36d75a28e7588c77.zip
Add a new DEBUG domain for the mc4 account importer
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r--libempathy/empathy-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index edfa05d95..cc8eca0a3 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -43,6 +43,7 @@ typedef enum
EMPATHY_DEBUG_OTHER = 1 << 9,
EMPATHY_DEBUG_SHARE_DESKTOP = 1 << 10,
EMPATHY_DEBUG_CONNECTIVITY = 1 << 11,
+ EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS = 1 << 11,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);