diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-01-06 18:15:21 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-01-10 16:21:25 -0500 |
commit | 909ac13ef3b102be8f960a955187e69a9d3e9a82 (patch) | |
tree | 14459b1d87170a64c143ccb49200194383127fdd /rakia/debug.c | |
parent | 3deafd75ec03b80324d4b1fa05abac22807b6647 (diff) |
Add empathy Channel/Content objects
Diffstat (limited to 'rakia/debug.c')
-rw-r--r-- | rakia/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rakia/debug.c b/rakia/debug.c index a608389..cf97386 100644 --- a/rakia/debug.c +++ b/rakia/debug.c @@ -35,6 +35,7 @@ static const GDebugKey rakia_debug_keys[] = { { "events", RAKIA_DEBUG_EVENTS }, { "sofia", RAKIA_DEBUG_SOFIA }, { "utilities", RAKIA_DEBUG_UTILITIES }, + { "call", RAKIA_DEBUG_CALL }, }; static GHashTable *flag_to_domains = NULL; |