From 0f1c723ad2fe48a0f22e32619985f93ebb2e02ef Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 25 Oct 2009 15:04:20 +0000 Subject: libdocument: Clean up temp file handling t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372. --- (limited to 'shell/ev-application.c') diff --git a/shell/ev-application.c b/shell/ev-application.c index bbd5ec6..2c6b509 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -885,7 +885,7 @@ ev_application_init (EvApplication *ev_application) NULL); /* FIXME: why make this fatal? */ - if (!ev_dir_ensure_exists (ev_application->dot_dir, 0700)) + if (!ev_dir_ensure_exists (ev_application->dot_dir, 0700, NULL)) exit (1); #ifdef G_OS_WIN32 -- cgit v0.9.1