From: Pete Fotheringham Date: Fri, 13 Jan 2012 14:06:25 +0000 (+0000) Subject: Merge branch 'master' of http://www.project-moonshot.org/git/moonshot-ui X-Git-Tag: 0.7.1~145 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=0594d913b435dda8ac695ffff1d02fa22d330cf5;hp=53a1e75c74c7e2f98d23afe576ad8fccfd2523c5;p=moonshot-ui.git Merge branch 'master' of project-moonshot.org/git/moonshot-ui --- diff --git a/src/moonshot-local-flat-file-store.vala b/src/moonshot-local-flat-file-store.vala index 22981f5..41f8273 100644 --- a/src/moonshot-local-flat-file-store.vala +++ b/src/moonshot-local-flat-file-store.vala @@ -85,7 +85,7 @@ public class LocalFlatFileStore : Object, IIdentityCardStore { Config.PACKAGE_TARNAME); if (!FileUtils.test (path, FileTest.EXISTS)) { - DirUtils.create (path, 0700); + DirUtils.create_with_parents (path, 0700); } return path; }