]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-debug.c
Updated Spanish Translation
[empathy.git] / libempathy / empathy-debug.c
index 75900f4ade604882c5d59c4e56b35d971d388411..d919743eb76ad022664708c7db6b8bb2f39bce95 100644 (file)
@@ -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;
@@ -30,7 +32,6 @@ static GDebugKey keys[] = {
   { "Chat", EMPATHY_DEBUG_CHAT },
   { "Contact", EMPATHY_DEBUG_CONTACT },
   { "Account", EMPATHY_DEBUG_ACCOUNT },
-  { "Irc", EMPATHY_DEBUG_IRC },
   { "Dispatcher", EMPATHY_DEBUG_DISPATCHER },
   { "Ft", EMPATHY_DEBUG_FT },
   { "Location", EMPATHY_DEBUG_LOCATION },
@@ -59,6 +60,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));