[empathy] tpaw-debug: don't set tp-glib's debug flags, Empathy does that



commit 60114c1bce5b6814c17d6c83718318e1518ae330
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Fri May 10 17:57:44 2013 +0100

    tpaw-debug: don't set tp-glib's debug flags, Empathy does that
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699492

 tp-account-widgets/tpaw-debug.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-debug.c b/tp-account-widgets/tpaw-debug.c
index 40d73d6..ee30b0e 100644
--- a/tp-account-widgets/tpaw-debug.c
+++ b/tp-account-widgets/tpaw-debug.c
@@ -58,8 +58,6 @@ tpaw_debug_set_flags (const gchar *flags_string)
 
   for (nkeys = 0; keys[nkeys].value; nkeys++);
 
-  tp_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]