From 55da2b57c6b3b3a4f52aa13ded425ae5d35146ec Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 20 May 2014 18:49:22 +0200 Subject: Remove call to deprecated g_thread_init --- sendto/caja-sendto-command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sendto') diff --git a/sendto/caja-sendto-command.c b/sendto/caja-sendto-command.c index 27753e0..5d863b0 100644 --- a/sendto/caja-sendto-command.c +++ b/sendto/caja-sendto-command.c @@ -801,7 +801,6 @@ int main (int argc, char **argv) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_thread_init (NULL); context = g_option_context_new (""); g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); g_option_context_add_group (context, gtk_get_option_group (TRUE)); -- cgit v1.2.1