diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-09 01:30:40 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-09 01:30:40 +0800 |
commit | 64030b865ce54a5e2442e98a4724b8f2099d2809 (patch) | |
tree | 2784f531dd981623eabaeb53787951e009579d39 /libempathy/empathy-debug.h | |
parent | 5567b074722bf1243a52086d34a80e04c2e11867 (diff) | |
download | gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.gz gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.bz2 gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.lz gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.xz gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.zst gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.zip |
Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk parts are now in EmpathyStatusIcon
svn path=/trunk/; revision=1093
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r-- | libempathy/empathy-debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h index 5f15b8c1b..42403ca15 100644 --- a/libempathy/empathy-debug.h +++ b/libempathy/empathy-debug.h @@ -37,7 +37,7 @@ typedef enum EMPATHY_DEBUG_CONTACT = 1 << 3, EMPATHY_DEBUG_ACCOUNT = 1 << 4, EMPATHY_DEBUG_IRC = 1 << 5, - EMPATHY_DEBUG_FILTER = 1 << 6, + EMPATHY_DEBUG_DISPATCHER = 1 << 6, EMPATHY_DEBUG_OTHER = 1 << 7, } EmpathyDebugFlags; |