Don't use deprecated GThread API in gio tests

This commit is contained in:
Matthias Clasen
2011-10-10 09:49:50 -04:00
parent 5662619f22
commit 93e49aea1b
19 changed files with 64 additions and 69 deletions

View File

@@ -565,10 +565,11 @@ on_name_acquired (GDBusConnection *connection,
{
GMainLoop *loop = user_data;
g_thread_create (check_proxies_in_thread,
loop,
TRUE,
NULL);
g_thread_new ("check-proxies",
check_proxies_in_thread,
loop,
TRUE,
NULL);
}
static void