[empathy] debug: set tp-account-widgets's debug flags



commit 1068d0c9446ddac9c03c8bc82bbd356647e134c4
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Fri May 10 18:00:09 2013 +0100

    debug: set tp-account-widgets's debug flags
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699492

 libempathy/empathy-debug.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index 75900f4..4f5678d 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "empathy-debug.h"
 
+#include <tp-account-widgets/tpaw-debug.h>
+
 #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));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]