summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-03-16 15:59:31 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2009-03-16 15:59:31 +0000
commit19f2939e1461ae4f550f6386217353d0a6f9cb91 (patch)
tree87ca5559ac9bef12d6ee3a81a28f2daaaa282148
parent93a6a6e6413d6a4c29bad71e48de0c6c11ec9c4e (diff)
downloadnautilus-19f2939e1461ae4f550f6386217353d0a6f9cb91.tar.gz
Fix a typo in the session loading code. Patch by Vincent Untz (#575330).
2009-03-16 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-application.c: (nautilus_application_load_session): Fix a typo in the session loading code. Patch by Vincent Untz (#575330). svn path=/trunk/; revision=15124
-rw-r--r--ChangeLog6
-rw-r--r--src/nautilus-application.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63ca2f5cd..e70838eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-16 Cosimo Cecchi <cosimoc@gnome.org>
+
+ * src/nautilus-application.c: (nautilus_application_load_session):
+ Fix a typo in the session loading code.
+ Patch by Vincent Untz (#575330).
+
2009-03-16 Alexander Larsson <alexl@redhat.com>
Bug 171655 – add support for XDS (Direct Save protocol) to list view
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index c6671eabb..3f1125be6 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1806,7 +1806,7 @@ nautilus_application_load_session (NautilusApplication *application)
data = g_key_file_get_string (state_file,
"Nautilus",
- "sessiondata",
+ "documents",
NULL);
if (data == NULL) {
return;