patches/evince-02-missing-dir.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17948 13277e9ed038
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

diff -urN -x'*.orig' evince-2.30.1/shell/ev-window.c ../SUNWgnome-pdf-viewer-2.30.0.hacked/evince-2.30.1/shell/ev-window.c
--- evince-2.30.1/shell/ev-window.c	2010-04-26 15:58:15.000000000 +0100
+++ ../SUNWgnome-pdf-viewer-2.30.0.hacked/evince-2.30.1/shell/ev-window.c	2010-04-29 10:59:53.403876988 +0100
@@ -6107,7 +6107,7 @@
 	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);