diff options
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; |