summaryrefslogtreecommitdiff
path: root/src/nautilus-main.c
diff options
context:
space:
mode:
authorChristian Neumair <chris@gnome-de.org>2006-10-19 14:24:28 +0000
committerChristian Neumair <cneumair@src.gnome.org>2006-10-19 14:24:28 +0000
commit7a2b961429b0144bff9a0f0b3316522cfe38ab80 (patch)
treee611babdc5c2b3ecc0fbdd2e0df070fa46c44f1a /src/nautilus-main.c
parent6463e185876d0a8c9b09193619f9a705cc3d8c36 (diff)
downloadnautilus-7a2b961429b0144bff9a0f0b3316522cfe38ab80.tar.gz
Shut down eel before GnomeVFS.
2006-10-19 Christian Neumair <chris@gnome-de.org> * src/nautilus-main.c: (main): Shut down eel before GnomeVFS.
Diffstat (limited to 'src/nautilus-main.c')
-rw-r--r--src/nautilus-main.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c
index f58e9e70d..e9848d46a 100644
--- a/src/nautilus-main.c
+++ b/src/nautilus-main.c
@@ -372,6 +372,11 @@ main (int argc, char *argv[])
}
}
+ /* This has to be done before gnome_vfs_shutdown, because
+ * it might call nautilus_file_get_uri() which might call
+ * gnome_vfs_uri_append_string()
+ */
+ eel_debug_shut_down ();
gnome_vfs_shutdown ();
@@ -382,8 +387,6 @@ main (int argc, char *argv[])
bonobo_object_unref (application);
}
- eel_debug_shut_down ();
-
/* If told to restart, exec() myself again. This is used when
* the program is told to restart with CORBA, for example when
* an update takes place.