From af3b6c1788728dbb83c1562f7fa7327c588e030d Mon Sep 17 00:00:00 2001 From: Alan F Date: Wed, 8 Jan 2014 09:22:03 +0000 Subject: deprecation fixes: change to GtkStock to themed icons for all cell renderers --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5fdbf5f..d238818 100644 --- a/src/main.c +++ b/src/main.c @@ -176,7 +176,11 @@ int main(int argc, char *argv[]) TrgClient *client; g_type_init(); + +#if !GLIB_CHECK_VERSION(2, 32, 0) g_thread_init(NULL); +#endif + gtk_init(&argc, &argv); #if WIN32 -- cgit v1.2.3