aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-05-09 01:30:40 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-05-09 01:30:40 +0800
commit6c4a305c6e52d3ec78056e4bde6b00996f14803f (patch)
tree2784f531dd981623eabaeb53787951e009579d39 /libempathy/empathy-debug.h
parentaf81d6fe3972be880a2d7babd0c5456a9db32463 (diff)
downloadgsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.tar
gsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.tar.gz
gsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.tar.bz2
gsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.tar.lz
gsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.tar.xz
gsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.tar.zst
gsoc2013-empathy-6c4a305c6e52d3ec78056e4bde6b00996f14803f.zip
Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk parts are now in EmpathyStatusIcon
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1093 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r--libempathy/empathy-debug.h2
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;