summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:25:51 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:25:51 +0000
commitcc83b35498ee2d30894486a91d50bf4cc629ec4d (patch)
tree3ed00754a73f6e446b7d1f7558fbf5c06391b8ee /daemon/main.c
parent82fa73ce3b1463c051ead839cdde2e19f80efdbc (diff)
downloadgvfs-cc83b35498ee2d30894486a91d50bf4cc629ec4d.tar.gz
Update gvfs mounting to the new APIs
Original git commit by Alexander Larsson <alexl@redhat.com> at 1178632314 +0200 svn path=/trunk/; revision=525
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 4b1013c9..20c96abf 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -23,6 +23,8 @@ main (int argc, char *argv[])
{ NULL }
};
+ g_thread_init (NULL);
+
g_set_application_name (_("GVFS Daemon"));
context = g_option_context_new (_(""));
@@ -41,8 +43,6 @@ main (int argc, char *argv[])
dbus_threads_init_default ();
- g_thread_init (NULL);
-
g_type_init ();
daemon = g_vfs_daemon_new (TRUE, replace);