e: fix efm path map on desktop

SVN revision: 62571
This commit is contained in:
Boris Faure 2011-08-18 19:11:07 +00:00
parent eb6e00b7e6
commit 413cbb8ae6
1 changed files with 1 additions and 1 deletions

View File

@ -3241,7 +3241,7 @@ _e_fm2_dev_path_map(const char *dev, const char *path)
}
else
{
if (e_user_homedir_snprintf(buf, sizeof(buf), "%s-%s", _("Desktop"), path) >= sizeof(buf))
if (e_user_homedir_snprintf(buf, sizeof(buf), "%s/%s", _("Desktop"), path) >= sizeof(buf))
return NULL;
}
ecore_file_mkpath(buf);