aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-11 00:57:44 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:06 +0800
commit60114c1bce5b6814c17d6c83718318e1518ae330 (patch)
tree1522807b7036fc2e589e3c1735d82a8438f59644
parent76818b8b1ad18e0f9d7a44fb8545a820f9764052 (diff)
downloadgsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.tar
gsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.tar.gz
gsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.tar.bz2
gsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.tar.lz
gsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.tar.xz
gsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.tar.zst
gsoc2013-empathy-60114c1bce5b6814c17d6c83718318e1518ae330.zip
tpaw-debug: don't set tp-glib's debug flags, Empathy does that
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r--tp-account-widgets/tpaw-debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tp-account-widgets/tpaw-debug.c b/tp-account-widgets/tpaw-debug.c
index 40d73d6ac..ee30b0e00 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));
}