summaryrefslogtreecommitdiffstats
path: root/graphics/evince/files/patch-shell_ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evince/files/patch-shell_ev-window.c')
-rw-r--r--graphics/evince/files/patch-shell_ev-window.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/evince/files/patch-shell_ev-window.c b/graphics/evince/files/patch-shell_ev-window.c
new file mode 100644
index 000000000..0e8ddac0b
--- /dev/null
+++ b/graphics/evince/files/patch-shell_ev-window.c
@@ -0,0 +1,11 @@
+--- shell/ev-window.c.orig 2010-07-05 20:36:07.000000000 -0400
++++ shell/ev-window.c 2010-07-05 20:36:10.000000000 -0400
+@@ -6107,7 +6107,7 @@ ev_window_create_last_settings_metadata
+ GFile *file;
+ gchar *path;
+
+- path = g_build_filename (ev_application_get_dot_dir (EV_APP, FALSE), "last_settings", NULL);
++ path = g_build_filename (ev_application_get_dot_dir (EV_APP, TRUE), "last_settings", NULL);
+ file = g_file_new_for_path (path);
+ g_free (path);
+