* mu-msg-part.c, mu-runtime.c: updates for mu_util_create_dir_maybe change

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-09 07:54:23 +03:00
parent 785a09ef76
commit 56086b2f4b
2 changed files with 10 additions and 18 deletions

View File

@ -232,7 +232,7 @@ mu_msg_part_filepath_cache (MuMsg *msg, guint partid)
g_str_hash (path), G_DIR_SEPARATOR,
partid);
if (!mu_util_create_dir_maybe (dirname, 0700)) {
if (!mu_util_create_dir_maybe (dirname, 0700, FALSE)) {
g_free (dirname);
return NULL;
}