summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-20 18:49:22 +0200
committerinfirit <[email protected]>2014-05-20 18:49:22 +0200
commit55da2b57c6b3b3a4f52aa13ded425ae5d35146ec (patch)
tree6796d71909ffe1687505ad1fea9a468344970888
parent5d5c6c4493f8add4d74b518253319fb10644b64f (diff)
downloadcaja-extensions-55da2b57c6b3b3a4f52aa13ded425ae5d35146ec.tar.bz2
caja-extensions-55da2b57c6b3b3a4f52aa13ded425ae5d35146ec.tar.xz
Remove call to deprecated g_thread_init
-rw-r--r--sendto/caja-sendto-command.c1
1 files changed, 0 insertions, 1 deletions
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));