ensure favorites directory is always created

SVN revision: 74791
This commit is contained in:
Mike Blumenkrantz 2012-08-02 08:03:13 +00:00
parent 5f7c5e8dd4
commit 2593a1c020
1 changed files with 1 additions and 0 deletions

View File

@ -3081,6 +3081,7 @@ _e_fm2_dev_path_map(const char *dev, const char *path)
*/
if (e_user_dir_concat_static(buf, "fileman/favorites") >= sizeof(buf))
return NULL;
ecore_file_mkpath(buf);
}
else if (strcmp(dev, "desktop") == 0)
{