diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-10-18 11:21:03 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-10-18 11:28:08 -0400 |
commit | 04975e6cbc8f82238e3611a26b474b56c46ec1d3 (patch) | |
tree | a49799c2a3ffa9594591cf085753f56fc578a01f /src/nautilus-main.c | |
parent | e54ace0a550b47c251634ee833884f5bc6ea4be6 (diff) | |
download | nautilus-04975e6cbc8f82238e3611a26b474b56c46ec1d3.tar.gz |
all: don't call g_thread_init()
GLib does that for us now.
Diffstat (limited to 'src/nautilus-main.c')
-rw-r--r-- | src/nautilus-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c index 17af97daa..f174e5cf4 100644 --- a/src/nautilus-main.c +++ b/src/nautilus-main.c @@ -76,7 +76,6 @@ main (int argc, char *argv[]) #endif g_type_init (); - g_thread_init (NULL); /* This will be done by gtk+ later, but for now, force it to GNOME */ g_desktop_app_info_set_desktop_env ("GNOME"); |