interactive/threads: Use G_PRIVATE_INIT

Though strictly not necessary, we should be using the proper init macro
for GPrivate.
This commit is contained in:
Emmanuele Bassi 2011-10-12 00:20:43 +01:00
parent 193b345786
commit 29a16980fe

View File

@ -52,7 +52,7 @@ test_thread_done_idle (gpointer user_data)
return FALSE;
}
static GPrivate test_thread_data;
static GPrivate test_thread_data = G_PRIVATE_INIT (test_thread_data_free);
typedef struct
{