From 1068d0c9446ddac9c03c8bc82bbd356647e134c4 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Fri, 10 May 2013 18:00:09 +0100 Subject: [PATCH] debug: set tp-account-widgets's debug flags https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- libempathy/empathy-debug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 75900f4a..4f5678d4 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -21,6 +21,8 @@ #include "config.h" #include "empathy-debug.h" +#include + #ifdef ENABLE_DEBUG static EmpathyDebugFlags flags = 0; @@ -59,6 +61,7 @@ empathy_debug_set_flags (const gchar *flags_string) for (nkeys = 0; keys[nkeys].value; nkeys++); tp_debug_set_flags (flags_string); + tpaw_debug_set_flags (flags_string); if (flags_string) debug_set_flags (g_parse_debug_string (flags_string, keys, nkeys)); -- 2.39.2