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.c | |
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.c')
-rw-r--r-- | libempathy/empathy-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 16d61c37c..b0f7d1810 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -43,7 +43,7 @@ static GDebugKey keys[] = { { "Contact", EMPATHY_DEBUG_CONTACT }, { "Account", EMPATHY_DEBUG_ACCOUNT }, { "Irc", EMPATHY_DEBUG_IRC }, - { "Filter", EMPATHY_DEBUG_FILTER }, + { "Dispatcher", EMPATHY_DEBUG_DISPATCHER }, { "Other", EMPATHY_DEBUG_OTHER }, { 0, } }; |