summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-25 15:30:05 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-05 15:26:32 +0200
commitee2e583ba62e7bc1b6765a8115a78a4a74818d61 (patch)
treeba4b90d85678f02b1bd51fc678bc8852f9a34996 /tests
parent884989d0837b2fa11905650ab098cd26c970edd7 (diff)
stop using g_thread_init
It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive/empathy-logs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/interactive/empathy-logs.c b/tests/interactive/empathy-logs.c
index 76717596..0ed9f95e 100644
--- a/tests/interactive/empathy-logs.c
+++ b/tests/interactive/empathy-logs.c
@@ -58,7 +58,6 @@ main (int argc,
{
TpAccountManager *mgr;
- g_thread_init (NULL);
gtk_init (&argc, &argv);
empathy_gtk_init ();
g_set_application_name (PACKAGE_NAME);